summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-03-28 19:30:14 +0000
committerJim Meyering <jim@meyering.net>2005-03-28 19:30:14 +0000
commit00fcde597c44578711fd48c7ae839fd22720a3fc (patch)
treea2cd1588b287617e03c89618cbdf04a895050330 /ChangeLog
parent129f0dca9d1128c8b8045b591fd3e854c0edf292 (diff)
downloadcoreutils-00fcde597c44578711fd48c7ae839fd22720a3fc.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 631e3e619..997d548ec 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.