--- trunk/mkinitrd-magellan/busybox/console-tools/kbd_mode.c 2009/04/24 18:33:46 816 +++ trunk/mkinitrd-magellan/busybox/console-tools/kbd_mode.c 2010/05/30 11:32:42 984 @@ -25,7 +25,7 @@ const char *tty_name = CURRENT_TTY; opt = getopt32(argv, "sakuC:", &tty_name); - fd = xopen(tty_name, O_NONBLOCK); + fd = xopen_nonblocking(tty_name); opt &= 0xf; /* clear -C bit, see (*) */ if (!opt) { /* print current setting */