aboutsummaryrefslogtreecommitdiff
path: root/coreutils/df.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/df.c')
-rw-r--r--coreutils/df.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/df.c b/coreutils/df.c
index ef08f91d4..bd487ee95 100644
--- a/coreutils/df.c
+++ b/coreutils/df.c
@@ -46,7 +46,7 @@ static long kscale(long b, long bs)
46} 46}
47#endif 47#endif
48 48
49extern int df_main(int argc, char **argv) 49int df_main(int argc, char **argv)
50{ 50{
51 long blocks_used; 51 long blocks_used;
52 long blocks_percent_used; 52 long blocks_percent_used;