From: Jim Meyering Date: Mon, 28 Mar 2005 19:30:14 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_12~1165 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=00fcde597c44578711fd48c7ae839fd22720a3fc;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 631e3e6194..997d548ecd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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.