aboutsummaryrefslogtreecommitdiff
path: root/console-tools/dumpkmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'console-tools/dumpkmap.c')
-rw-r--r--console-tools/dumpkmap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/console-tools/dumpkmap.c b/console-tools/dumpkmap.c
index 6412dffc8..b6fd466dc 100644
--- a/console-tools/dumpkmap.c
+++ b/console-tools/dumpkmap.c
@@ -38,6 +38,7 @@ int dumpkmap_main(int argc UNUSED_PARAM, char **argv)
38 struct kbentry ke; 38 struct kbentry ke;
39 int i, j, fd; 39 int i, j, fd;
40#define flags bb_common_bufsiz1 40#define flags bb_common_bufsiz1
41 setup_common_bufsiz();
41 42
42 /* When user accidentally runs "dumpkmap FILE" 43 /* When user accidentally runs "dumpkmap FILE"
43 * instead of "dumpkmap >FILE", we'd dump binary stuff to tty. 44 * instead of "dumpkmap >FILE", we'd dump binary stuff to tty.