Renamed the internal dummy_space variable, since it contains useful information.

This commit is contained in:
Nicolas Tsiftes 2016-06-13 17:00:20 +02:00
parent 5010309005
commit a06110e5ed
2 changed files with 8 additions and 8 deletions

View file

@ -68,7 +68,9 @@ typedef CFS_CONF_OFFSET_TYPE cfs_offset_t;
#endif
struct cfs_dir {
char dummy_space[32];
/* Iteration state, which is implementation-defined and should not be
accessed externally. */
char state[32];
};
struct cfs_dirent {