aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaximilian attems <max@stro.at>2011-06-28 16:23:42 +0200
committermaximilian attems <max@stro.at>2011-06-28 16:23:42 +0200
commit8c56fb3065dc8ef0fdcf0443e191b53e96c80f2d (patch)
tree1293c696756753aa5a2644678b32aebf2f59deea
parente30f57c161f7dd643dde4aec6304dd8341f34c55 (diff)
downloadklibc-8c56fb3065dc8ef0fdcf0443e191b53e96c80f2d.tar.gz
[klibc] cpio: directly include fnmatch
Useless ifdeffery seen on previous cleanup. Signed-off-by: maximilian attems <max@stro.at>
-rw-r--r--usr/utils/cpio.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/utils/cpio.c b/usr/utils/cpio.c
index 15134b90ee024..cb616791c0aa4 100644
--- a/usr/utils/cpio.c
+++ b/usr/utils/cpio.c
@@ -27,9 +27,7 @@
#include <time.h>
#include <unistd.h>
#include <utime.h>
-#ifndef FNM_PATHNAME
#include <fnmatch.h>
-#endif
# ifndef DIRECTORY_SEPARATOR
# define DIRECTORY_SEPARATOR '/'