From 03a690ddca07f8bbdd5d215a1aeae379562d6782 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 26 Nov 2004 07:40:56 +0000 Subject: [PATCH] Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using HP's ANSI C compiler. --- lib/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/ChangeLog b/lib/ChangeLog index d0478ccb4a..4c9cec8f7f 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 -- 2.47.2