[klibc] [PATCH 2/2] cpio: directly include fnmatch

maximilian attems max at stro.at
Tue Jun 28 07:25:05 PDT 2011


Useless ifdeffery seen on previous cleanup.

Signed-off-by: maximilian attems <max at stro.at>
---
 usr/utils/cpio.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/usr/utils/cpio.c b/usr/utils/cpio.c
index 15134b9..cb61679 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 '/'
-- 
1.7.5.4



More information about the klibc mailing list