[git commit master] loadkmap: remove UNUSED_PARAM from argv

Denys Vlasenko vda.linux at googlemail.com
Sun Jun 6 16:10:50 UTC 2010


commit: http://git.busybox.net/busybox/commit/?id=8aab0c95be4b2b3277b1a44d53c996c26bdd5ff5
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 console-tools/loadkmap.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/console-tools/loadkmap.c b/console-tools/loadkmap.c
index 9e2c779..8f1a915 100644
--- a/console-tools/loadkmap.c
+++ b/console-tools/loadkmap.c
@@ -24,7 +24,7 @@ struct kbentry {
 #define MAX_NR_KEYMAPS  256
 
 int loadkmap_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
-int loadkmap_main(int argc UNUSED_PARAM, char **argv UNUSED_PARAM)
+int loadkmap_main(int argc UNUSED_PARAM, char **argv)
 {
 	struct kbentry ke;
 	int i, j, fd;
-- 
1.6.3.3



More information about the busybox-cvs mailing list