diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-11-26 07:41:22 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-11-26 07:41:22 +0000 |
commit | 06123d86397a2ef8571e4c169df6ecb4f6904445 (patch) | |
tree | b4c1c4decb5320ef2d763cdd674abcbd66e59a33 /ChangeLog | |
parent | 03a690ddca07f8bbdd5d215a1aeae379562d6782 (diff) | |
download | coreutils-06123d86397a2ef8571e4c169df6ecb4f6904445.tar.xz |
Fix problem reported by Scott S. Tinsley for HP-UX 11.11 using
HP's ANSI C compiler.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,7 +1,17 @@ -2004-11-25 Jim Meyering <jim@meyering.net> +2004-11-25 Paul Eggert <eggert@cs.ucla.edu> * Version 5.3.0. + Fix problem reported by Scott S. Tinsley for HP-UX 11.11 using + HP's ANSI C compiler. Declaring int functions causes warnings on + some modern systems and shouldn't be needed to compile on ancient + ones. + * src/copy.h (stat, lstat, rename): Remove decls. + * src/install.c (stat): Remove decl. + * src/ln.c (link, symlink): Remove decls. + +2004-11-25 Jim Meyering <jim@meyering.net> + * man/help2man: Import help2man-1.35.1. * man/Makefile.am (.x.1): Remove now-unnecessary use of locally-added --program-name=NAME option. Now, help2man gets |