From ed857b5741226d244806bd9e7dfafa016e3854dd Mon Sep 17 00:00:00 2001 From: Mike Barcroft Date: Mon, 30 Dec 2002 18:13:07 +0000 Subject: [PATCH] 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(-) diff --git a/usr.bin/du/du.c b/usr.bin/du/du.c index 02ed7b09e237..ef05fc734e21 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[] = ".";