summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authormike <mike@FreeBSD.org>2002-12-30 18:13:07 +0000
committermike <mike@FreeBSD.org>2002-12-30 18:13:07 +0000
commit329cb097129f5a51ee48a6e07a68f5812922cf33 (patch)
treed975ef83150f5121677113c00ddcdae69df86629 /usr.bin
parent85024903d7dcc47731e8d78be009841681a358a4 (diff)
downloadFreeBSD-src-329cb097129f5a51ee48a6e07a68f5812922cf33.zip
FreeBSD-src-329cb097129f5a51ee48a6e07a68f5812922cf33.tar.gz
Back out rev 1.27; getbsize(3)'s original interface has been restored.
Approved by: markm
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/du/du.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/du/du.c b/usr.bin/du/du.c
index 02ed7b0..ef05fc7 100644
--- a/usr.bin/du/du.c
+++ b/usr.bin/du/du.c
@@ -112,8 +112,7 @@ main(int argc, char *argv[])
int ftsoptions;
int listall;
int depth;
- int Hflag, Lflag, Pflag, aflag, sflag, dflag, cflag, hflag, ch, rval;
- size_t notused;
+ int Hflag, Lflag, Pflag, aflag, sflag, dflag, cflag, hflag, ch, notused, rval;
char **save;
static char dot[] = ".";
OpenPOWER on IntegriCloud