diff options
author | Jim Meyering <jim@meyering.net> | 2002-09-29 21:25:11 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-09-29 21:25:11 +0000 |
commit | 9df8af3675e1da06f69d4ee65591fdf51dd7dd11 (patch) | |
tree | 09288b9cf1a1d8c7f02bafb144d1acc19ae6b90c | |
parent | 7e1ff0b4f823fb3ae890d7a66ff87566d31e535c (diff) | |
download | coreutils-9df8af3675e1da06f69d4ee65591fdf51dd7dd11.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2002-09-29 Jim Meyering <meyering@lucent.com> + * src/cat.c (simple_cat): Use a temporary to avoid bogus warnings. + (cat): Declare insize and outsize to be of type size_t, not int. + Rearrange pointer/integer expressions to avoid bogus warnings. + (main): Declare insize and outsize to be of type size_t, not int. + * Version 4.5.2. * src/tail.c (parse_options): Give a sensible diagnostic for |