Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t9500: skip gitweb tests if perl version is too old
[gitweb.git]
/
dir.h
diff --git
a/dir.h
b/dir.h
index c94f3cb066d86a557e1e819b0996f67ceb13132b..ec0e8ababc7fa00d9bf039e0ad97d8639b70450f 100644
(file)
--- a/
dir.h
+++ b/
dir.h
@@
-13,9
+13,7
@@
struct dir_entry {
- unsigned int ignored : 1;
- unsigned int ignored_dir : 1;
- unsigned int len : 30;
+ unsigned int len;
char name[FLEX_ARRAY]; /* more */
};