diff options
author | Jim Meyering <jim@meyering.net> | 2007-01-29 14:06:45 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-01-29 14:06:45 +0100 |
commit | e4eaba04dda577c401a07df0a56db2b03c809ee2 (patch) | |
tree | eb1204690307e94963a38075b7cb4e49f1ce410e /ChangeLog | |
parent | fc9b328ab4c4c6315179fd6cdf54cfdb823c9222 (diff) | |
download | coreutils-e4eaba04dda577c401a07df0a56db2b03c809ee2.tar.xz |
* src/ls.c: Rename three global variables.
(cwd_file): Rename from 'files'.
(cwd_n_alloc): Rename from 'nfiles'.
(cwd_n_used): Rename from 'files_index'.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2007-01-29 Jim Meyering <jim@meyering.net> + * src/ls.c: Rename three global variables. + (cwd_file): Rename from 'files'. + (cwd_n_alloc): Rename from 'nfiles'. + (cwd_n_used): Rename from 'files_index'. + Shave 8 bytes off the size of "struct fileinfo". * src/ls.c (fileinfo): Put all members of type "bool" together. |