Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Warn about invalid refs
[gitweb.git]
/
cache.h
diff --git
a/cache.h
b/cache.h
index 5020f0714a89cd8420be47a06937390d00ea5450..58eec00e0ed1d2c20c51d3973d7463ccef0afb26 100644
(file)
--- a/
cache.h
+++ b/
cache.h
@@
-10,7
+10,7
@@
#define deflateBound(c,s) ((s) + (((s) + 7) >> 3) + (((s) + 63) >> 6) + 11)
#endif
-#if defined(DT_UNKNOWN) && !
NO_D_TYPE_IN_DIRENT
+#if defined(DT_UNKNOWN) && !
defined(NO_D_TYPE_IN_DIRENT)
#define DTYPE(de) ((de)->d_type)
#else
#undef DT_UNKNOWN