Merge from coreutils.
authorJim Meyering <jim@meyering.net>
Fri, 6 Jun 2003 19:45:59 +0000 (19:45 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 6 Jun 2003 19:45:59 +0000 (19:45 +0000)
Remove declaration of statfs.
It conflicted with one from OSF/1 5.1 in <sys/mount.h>.

lib/fsusage.c

index 7172238821b632576d78cebacabb197045f7d0ee..d92602936c2c262ce0396a40e1dfd3c2caddfbc4 100644 (file)
@@ -38,8 +38,6 @@
 
 #include <limits.h>
 
-int statfs ();
-
 #if HAVE_SYS_PARAM_H
 # include <sys/param.h>
 #endif