Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/console-tools/dumpkmap.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 983 by niro, Fri Apr 24 18:33:46 2009 UTC revision 984 by niro, Sun May 30 11:32:42 2010 UTC
# Line 28  int dumpkmap_main(int argc UNUSED_PARAM, Line 28  int dumpkmap_main(int argc UNUSED_PARAM,
28  {  {
29   struct kbentry ke;   struct kbentry ke;
30   int i, j, fd;   int i, j, fd;
31   RESERVE_CONFIG_BUFFER(flags,MAX_NR_KEYMAPS);   RESERVE_CONFIG_BUFFER(flags, MAX_NR_KEYMAPS);
32    
33  /* bb_warn_ignoring_args(argc>=2);*/  /* bb_warn_ignoring_args(argv[1]);*/
34    
35   fd = get_console_fd_or_die();   fd = get_console_fd_or_die();
36    

Legend:
Removed from v.983  
changed lines
  Added in v.984