summaryrefslogtreecommitdiff
path: root/firmware/include/dircache.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/include/dircache.h')
-rw-r--r--firmware/include/dircache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/include/dircache.h b/firmware/include/dircache.h
index 87aaa008a7..49e804c7f1 100644
--- a/firmware/include/dircache.h
+++ b/firmware/include/dircache.h
@@ -69,7 +69,6 @@ struct dircache_entry {
69 struct dircache_entry *up; 69 struct dircache_entry *up;
70 struct dircache_entry *down; 70 struct dircache_entry *down;
71 long startcluster; 71 long startcluster;
72 unsigned long name_len;
73 char *d_name; 72 char *d_name;
74}; 73};
75 74