]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(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 f1dfb2d7e5bcf1897c7a235edbe4fa9893af3229..a07618c8c24db10a11a71983229ba34a22f94dba 100644 (file)
@@ -74,7 +74,6 @@
 
 #if HAVE_SYS_STATVFS_H         /* SVR4 */
 # include <sys/statvfs.h>
-int statvfs ();
 #endif
 
 #include "full-read.h"