aboutsummaryrefslogtreecommitdiff
path: root/bin/df
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2009-06-23 23:30:56 +0000
committerXin LI <delphij@FreeBSD.org>2009-06-23 23:30:56 +0000
commit431586a895fd61a880d939240d2b3dd1c24aac5d (patch)
treee5d809d0e2c1266a86e3c8d6156f305a500f138b /bin/df
parent75d2ea6c50e2b908724ff724dbe229da07604f2e (diff)
downloadsrc-431586a895fd61a880d939240d2b3dd1c24aac5d.tar.gz
src-431586a895fd61a880d939240d2b3dd1c24aac5d.zip
Notes
Diffstat (limited to 'bin/df')
-rw-r--r--bin/df/df.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/df/df.c b/bin/df/df.c
index 49c2d9f1e1c6..be811a149428 100644
--- a/bin/df/df.c
+++ b/bin/df/df.c
@@ -476,7 +476,7 @@ prtstat(struct statfs *sfsp, struct maxwidths *mwp)
(void)printf("\n");
}
-void
+static void
addstat(struct statfs *totalfsp, struct statfs *statfsp)
{
uint64_t bsize;