aboutsummaryrefslogtreecommitdiff
path: root/sbin/dump/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/dump/main.c')
-rw-r--r--sbin/dump/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/dump/main.c b/sbin/dump/main.c
index eb12144de920..fbe8e8f97f3a 100644
--- a/sbin/dump/main.c
+++ b/sbin/dump/main.c
@@ -100,8 +100,8 @@ main(int argc, char *argv[])
struct fstab *dt;
char *map, *mntpt;
int ch, mode, mntflags;
- int i, ret, anydirskipped, bflag = 0, Tflag = 0, honorlevel = 1;
- int just_estimate = 0, c_count = 0;
+ int i, ret, anydirskipped, c_count, bflag = 0, Tflag = 0, honorlevel = 1;
+ int just_estimate = 0;
ino_t maxino;
char *tmsg;