From: Paul Eggert Date: Fri, 26 Nov 2004 07:40:56 +0000 (+0000) Subject: Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using X-Git-Tag: COREUTILS-5_3_0~307 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=03a690ddca07f8bbdd5d215a1aeae379562d6782;p=platform%2Fupstream%2Fcoreutils.git Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using HP's ANSI C compiler. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index d0478cc..4c9cec8 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,13 @@ 2004-11-25 Paul Eggert + 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