1 --- busybox-1.4.1/coreutils/stty.c.old 2007-03-13 12:59:49.000000000 +0100
2 +++ busybox-1.4.1/coreutils/stty.c 2007-03-13 07:51:38.000000000 +0100
6 int i = index_in_str_array(params, name);
8 - if (!(i == 4 || i == 5))
13 + if (!(i == 4 || i == 5))
20 #define STTY_verbose_output (1<<2)
21 #define STTY_recoverable_output (1<<3)
22 #define STTY_noargs (1<<4)
23 +int stty_main(int argc, char **argv);
24 int stty_main(int argc, char **argv)