From: Jim Meyering Date: Sun, 14 Sep 1997 04:18:48 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_22a~63 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fe57800e4c0679f32ab943131359aee3f76f6f01;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 19487c1b63..65ba01430e 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,10 @@ 1997-09-13 Jim Meyering + * 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.