diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-11-26 07:40:56 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-11-26 07:40:56 +0000 |
commit | 03a690ddca07f8bbdd5d215a1aeae379562d6782 (patch) | |
tree | 4f51fbf91d923aab3c85d0bb524fcc71919ee98a /lib | |
parent | da741f89bd5a4e4468346e074d142dfe9e1a2761 (diff) | |
download | coreutils-03a690ddca07f8bbdd5d215a1aeae379562d6782.tar.xz |
Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
HP's ANSI C compiler.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index d0478ccb4..4c9cec8f7 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,13 @@ 2004-11-25 Paul Eggert <eggert@cs.ucla.edu> + Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using + HP's ANSI C compiler. + * fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl. + Declaring int functions causes warnings on some modern systems and + shouldn't be needed to compile on ancient ones. + * same.c (MIN) [defined MIN]: Don't define, since it's already + defined. + * mempcpy.c, mempcpy.h: New files, taken from gnulib. * Makefile.am: (libfetish_a_SOURCES): Add getcwd.h, mempcpy.h. * getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but |