summaryrefslogtreecommitdiffstats
path: root/toolbox/du.c
diff options
context:
space:
mode:
Diffstat (limited to 'toolbox/du.c')
-rw-r--r--toolbox/du.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolbox/du.c b/toolbox/du.c
index fc7c943..c8beba5 100644
--- a/toolbox/du.c
+++ b/toolbox/du.c
@@ -76,7 +76,7 @@ du_main(int argc, char *argv[])
int64_t totalblocks;
int ftsoptions, listfiles;
int depth;
- int Hflag, Lflag, aflag, ch, cflag, dflag, gkmflag, nflag, rval, sflag;
+ int Hflag, Lflag, aflag, ch, cflag, dflag, gkmflag, rval, sflag;
const char *noargv[2];
Hflag = Lflag = aflag = cflag = dflag = gkmflag = sflag = 0;