From: Paul Eggert Date: Fri, 26 Nov 2004 07:40:23 +0000 (+0000) Subject: (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl. X-Git-Tag: v5.3.0~309 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc08c826e94d19baafc3e58804d5dd81564eaee4;p=thirdparty%2Fcoreutils.git (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. --- diff --git a/lib/fsusage.c b/lib/fsusage.c index f1dfb2d7e5..a07618c8c2 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"