Displaying 1 result from an estimated 1 matches for "cb61679".
Did you mean:
61679
2011 Jun 28
0
[PATCH 2/2] cpio: directly include fnmatch
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