From: Jim Meyering Date: Sat, 19 Oct 2002 16:34:37 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.4~329 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adaa25e292fa50fb4586a59500aa964ab4ff3234;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index ddf4e200ef..24acac9b6f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16,6 +16,7 @@ Use memchr rather than a `while' loop. (line_bytes_split): Use size_t instead of int. Use safe_read, not stdread. + (main): Add some FIXME comments to remind me to remove casts. * src/system.h (ST_BLKSIZE): Correct comment describing how to reproduce HPUX-11 cat failure. From Petter Reinholdtsen.