diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-04 13:16:08 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-04 13:16:08 +0100 |
commit | a355da07756e529c112249653ed5af0e2d910728 (patch) | |
tree | 3b36dd1ec8618a39c8324bcfdca77f6f8f497a18 /console-tools/dumpkmap.c | |
parent | a4899efd03d2fdaaf3f581d89a7a4844832d3fbb (diff) | |
download | busybox-w32-a355da07756e529c112249653ed5af0e2d910728.tar.gz busybox-w32-a355da07756e529c112249653ed5af0e2d910728.tar.bz2 busybox-w32-a355da07756e529c112249653ed5af0e2d910728.zip |
*: make 2 more "int argc"'s unused; more saved if !DESKTOP
function old new delta
sync_main 18 20 +2
tty_main 90 87 -3
iprule_list 83 79 -4
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'console-tools/dumpkmap.c')
-rw-r--r-- | console-tools/dumpkmap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/console-tools/dumpkmap.c b/console-tools/dumpkmap.c index c382b5af9..061fc4792 100644 --- a/console-tools/dumpkmap.c +++ b/console-tools/dumpkmap.c | |||
@@ -28,9 +28,9 @@ int dumpkmap_main(int argc UNUSED_PARAM, char **argv UNUSED_PARAM) | |||
28 | { | 28 | { |
29 | struct kbentry ke; | 29 | struct kbentry ke; |
30 | int i, j, fd; | 30 | int i, j, fd; |
31 | RESERVE_CONFIG_BUFFER(flags,MAX_NR_KEYMAPS); | 31 | RESERVE_CONFIG_BUFFER(flags, MAX_NR_KEYMAPS); |
32 | 32 | ||
33 | /* bb_warn_ignoring_args(argc>=2);*/ | 33 | /* bb_warn_ignoring_args(argv[1]);*/ |
34 | 34 | ||
35 | fd = get_console_fd_or_die(); | 35 | fd = get_console_fd_or_die(); |
36 | 36 | ||