diff options
author | Jim Meyering <jim@meyering.net> | 2005-03-28 19:30:14 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-03-28 19:30:14 +0000 |
commit | 00fcde597c44578711fd48c7ae839fd22720a3fc (patch) | |
tree | a2cd1588b287617e03c89618cbdf04a895050330 /ChangeLog | |
parent | 129f0dca9d1128c8b8045b591fd3e854c0edf292 (diff) | |
download | coreutils-00fcde597c44578711fd48c7ae839fd22720a3fc.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -2,6 +2,15 @@ * Version 5.3.1. + * src/seq.c (get_width_format) [HAVE_RINT && HAVE_MODF && HAVE_FLOOR]: + Add `void' to make this an ANSI-style function declaration. + * src/remove.c (ds_init): Likewise. + * src/pr.c (print_sep_string): Likewise. + + * src/stty.c (speeds): Declare this array to be static. + * src/Makefile.am (sc_tight_scope): Adjust to catch any + new declarations like that of stty.c's `speeds'. + * src/system.h (GETOPT_HELP_OPTION_DECL): Use NULL, not `0'. (GETOPT_VERSION_OPTION_DECL): Likewise. * src/chown.c (long_options): Likewise. |