Updated LDISC number to 17 (16 is occupied in the Kernel)
parent
404bf3b1bd
commit
47ca8b7900
|
|
@ -56,7 +56,7 @@
|
||||||
//#include <asm/termios.h> /* ldiscs for each arch up to 2.6.20 */
|
//#include <asm/termios.h> /* ldiscs for each arch up to 2.6.20 */
|
||||||
|
|
||||||
#ifndef N_SLCAN
|
#ifndef N_SLCAN
|
||||||
#define N_SLCAN 16 /* bad hack until it's not inside the Kernel */
|
#define N_SLCAN 17 /* bad hack until it's not inside the Kernel */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void usage(char *name)
|
void usage(char *name)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue