diff options
author | Jim Meyering <jim@meyering.net> | 1997-09-14 04:18:48 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-09-14 04:18:48 +0000 |
commit | fe57800e4c0679f32ab943131359aee3f76f6f01 (patch) | |
tree | 2359e41115e0d29566a4a81cffc014cd2b5073ea /old/fileutils | |
parent | d5f56f9cd7e201fd948365a224a515dd0cafab09 (diff) | |
download | coreutils-fe57800e4c0679f32ab943131359aee3f76f6f01.tar.xz |
.
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 19487c1b6..65ba01430 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,10 @@ 1997-09-13 Jim Meyering <meyering@na-net.ornl.gov> + * src/ls.c (print_many_per_line): Add some non-essential curly braces. + (print_horizontal): Likewise. + (struct col_info) [valid_len]: Rename from `valid' which conflicted + with the macro in locale.h of SunOS4.1.4. + * src/rm.c: (PARAMS): Define. (rm): Guard prototype in forward dcl with PARAMS. |