(statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 26 Nov 2004 07:40:23 +0000 (07:40 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 26 Nov 2004 07:40:23 +0000 (07:40 +0000)
Declaring int functions causes warnings on some modern systems and
shouldn't be needed to compile on ancient ones.

lib/fsusage.c

index f1dfb2d..a07618c 100644 (file)
@@ -74,7 +74,6 @@
 
 #if HAVE_SYS_STATVFS_H         /* SVR4 */
 # include <sys/statvfs.h>
-int statvfs ();
 #endif
 
 #include "full-read.h"