summaryrefslogtreecommitdiffstats
path: root/bin/df
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2009-06-23 23:30:56 +0000
committerdelphij <delphij@FreeBSD.org>2009-06-23 23:30:56 +0000
commiteed25972d10fcfaa1d046f1f4ff2d2e047bcf360 (patch)
treee5d809d0e2c1266a86e3c8d6156f305a500f138b /bin/df
parentc3020006f4bc11eda87a5fc1d2876880f5a5740a (diff)
downloadFreeBSD-src-eed25972d10fcfaa1d046f1f4ff2d2e047bcf360.zip
FreeBSD-src-eed25972d10fcfaa1d046f1f4ff2d2e047bcf360.tar.gz
Staticify internal routines.
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 49c2d9f..be811a1 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;
OpenPOWER on IntegriCloud