Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 26 Nov 2004 07:40:56 +0000 (07:40 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 26 Nov 2004 07:40:56 +0000 (07:40 +0000)
HP's ANSI C compiler.

lib/ChangeLog

index d0478cc..4c9cec8 100644 (file)
@@ -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