2017-10-24 15:07:10 +00:00
|
|
|
|
---
|
|
|
|
|
|
2015-06-29 08:07:20 +00:00
|
|
|
|
---
|
|
|
|
|
src/kmk/dir.c | 4 ++--
|
|
|
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
|
|
2017-10-24 15:07:10 +00:00
|
|
|
|
Index: kbuild-0.1.9998svn3110/src/kmk/dir.c
|
2015-06-29 08:07:20 +00:00
|
|
|
|
===================================================================
|
2017-10-24 15:07:10 +00:00
|
|
|
|
--- kbuild-0.1.9998svn3110.orig/src/kmk/dir.c
|
|
|
|
|
+++ kbuild-0.1.9998svn3110/src/kmk/dir.c
|
|
|
|
|
@@ -1340,8 +1340,11 @@ void print_dir_stats (void)
|
2014-01-20 08:34:07 +00:00
|
|
|
|
|
|
|
|
|
/* Hooks for globbing. */
|
|
|
|
|
|
2015-06-29 08:07:20 +00:00
|
|
|
|
+#if defined(KMK) && !defined(__GLIBC__)
|
2017-10-24 15:07:10 +00:00
|
|
|
|
+# include "glob/glob.h"
|
|
|
|
|
+#else
|
2014-01-20 08:34:07 +00:00
|
|
|
|
#include <glob.h>
|
2017-10-24 15:07:10 +00:00
|
|
|
|
-
|
|
|
|
|
+#endif
|
|
|
|
|
/* Structure describing state of iterating through a directory hash table. */
|
|
|
|
|
|
|
|
|
|
struct dirstream
|