changeset 4358:a69c68914ff7

Merge from coreutils. Remove declaration of statfs. It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
author Jim Meyering <jim@meyering.net>
date Fri, 06 Jun 2003 19:45:59 +0000
parents ad845a583ee8
children 3abffb51a661
files lib/fsusage.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib/fsusage.c
+++ b/lib/fsusage.c
@@ -38,8 +38,6 @@
 
 #include <limits.h>
 
-int statfs ();
-
 #if HAVE_SYS_PARAM_H
 # include <sys/param.h>
 #endif