diff options
author | delphij <delphij@FreeBSD.org> | 2009-06-23 23:30:56 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2009-06-23 23:30:56 +0000 |
commit | eed25972d10fcfaa1d046f1f4ff2d2e047bcf360 (patch) | |
tree | e5d809d0e2c1266a86e3c8d6156f305a500f138b /bin/df | |
parent | c3020006f4bc11eda87a5fc1d2876880f5a5740a (diff) | |
download | FreeBSD-src-eed25972d10fcfaa1d046f1f4ff2d2e047bcf360.zip FreeBSD-src-eed25972d10fcfaa1d046f1f4ff2d2e047bcf360.tar.gz |
Staticify internal routines.
Diffstat (limited to 'bin/df')
-rw-r--r-- | bin/df/df.c | 2 |
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; |