7 #include <minix/types.h>
9 /* Maximum Minix MFS on-disk directory filename.
10 * MFS uses 'struct direct' to write and parse
11 * directory entries, so this can't be changed
12 * without breaking filesystems.
19 char mfs_d_name
[MFS_DIRSIZ
];
26 #endif /* _MFSDIR_H */