projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c348b1
)
Merge from coreutils.
author
Jim Meyering
<jim@meyering.net>
Fri, 6 Jun 2003 19:45:59 +0000
(19:45 +0000)
committer
Jim 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
patch
|
blob
|
history
diff --git
a/lib/fsusage.c
b/lib/fsusage.c
index 7172238821b632576d78cebacabb197045f7d0ee..d92602936c2c262ce0396a40e1dfd3c2caddfbc4 100644
(file)
--- 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