From 329cb097129f5a51ee48a6e07a68f5812922cf33 Mon Sep 17 00:00:00 2001 From: mike Date: Mon, 30 Dec 2002 18:13:07 +0000 Subject: Back out rev 1.27; getbsize(3)'s original interface has been restored. Approved by: markm --- usr.bin/du/du.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.bin') 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[] = "."; -- cgit v1.1