Renamed the internal dummy_space variable, since it contains useful information.
This commit is contained in:
parent
5010309005
commit
a06110e5ed
2 changed files with 8 additions and 8 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue