summaryrefslogtreecommitdiff
path: root/lib/fsusage.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-02-06 10:25:43 +0000
committerJim Meyering <jim@meyering.net>2003-02-06 10:25:43 +0000
commit524ed3ce4499bab2ee37db0e0f23b2df90c4e707 (patch)
tree24648719b3bbf18325098466a9b0e74ede96645a /lib/fsusage.c
parent0468afd28fc98b146518b03f152ac62fe281759b (diff)
downloadcoreutils-524ed3ce4499bab2ee37db0e0f23b2df90c4e707.tar.xz
Remove declaration of statfs.
It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
Diffstat (limited to 'lib/fsusage.c')
-rw-r--r--lib/fsusage.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/fsusage.c b/lib/fsusage.c
index 2d935fb30..f717d43a9 100644
--- a/lib/fsusage.c
+++ b/lib/fsusage.c
@@ -1,5 +1,5 @@
/* fsusage.c -- return space usage of mounted filesystems
- Copyright (C) 1991, 1992, 1996, 1998, 1999, 2002 Free Software
+ Copyright (C) 1991, 1992, 1996, 1998, 1999, 2002, 2003 Free Software
Foundation, Inc.
This program is free software; you can redistribute it and/or modify
@@ -42,8 +42,6 @@
# define CHAR_BIT 8
#endif
-int statfs ();
-
#if HAVE_SYS_PARAM_H
# include <sys/param.h>
#endif