Updated LDISC number to 17 (16 is occupied in the Kernel)

pull/7/head
Oliver Hartkopp 2007-06-25 13:05:43 +00:00
parent 404bf3b1bd
commit 47ca8b7900
1 changed files with 1 additions and 1 deletions

View File

@ -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)