From: Jim Meyering Date: Sun, 28 Apr 1996 21:41:28 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_14d~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0143b2901f26d93e796e2e9d1007d3d08aa1264d;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index d58eca76ca..99a7d977b9 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,11 @@ +Sun Apr 28 16:32:38 1996 Jim Meyering (meyering@na-net.ornl.gov) + + * fileblocks.c [HAVE_ST_BLOCKS || _POSIX_VERSION]: Add extern dcl + of unused variable so that after preprocessing, the file will never + be empty. Otherwise, some compilers in ANSI mode (among them, the + Dec Alpha OSF 2.0 C compiler) reject empty files. From Kaveh Ghazi. + Indent CPP conditionals. + Fri Apr 26 05:52:03 1996 Karl Eichwalder * ls.c (usage): Add newline at end of printf format string.