summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sbin/fsdb/fsdb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/fsdb/fsdb.c b/sbin/fsdb/fsdb.c
index 9ba91aa..85e34f6 100644
--- a/sbin/fsdb/fsdb.c
+++ b/sbin/fsdb/fsdb.c
@@ -59,8 +59,8 @@ usage()
exit(1);
}
-int returntosingle = 0;
-char nflag = 0;
+int returntosingle;
+char nflag;
/*
* We suck in lots of fsck code, and just pick & choose the stuff we want.
OpenPOWER on IntegriCloud