From cc08c826e94d19baafc3e58804d5dd81564eaee4 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 26 Nov 2004 07:40:23 +0000 Subject: (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. --- lib/fsusage.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/fsusage.c') diff --git a/lib/fsusage.c b/lib/fsusage.c index f1dfb2d7e..a07618c8c 100644 --- a/lib/fsusage.c +++ b/lib/fsusage.c @@ -74,7 +74,6 @@ #if HAVE_SYS_STATVFS_H /* SVR4 */ # include -int statvfs (); #endif #include "full-read.h" -- cgit v1.2.3-54-g00ecf