From 47ca8b7900921149b63e332e8248cffb8a5e50c4 Mon Sep 17 00:00:00 2001 From: Oliver Hartkopp Date: Mon, 25 Jun 2007 13:05:43 +0000 Subject: [PATCH] Updated LDISC number to 17 (16 is occupied in the Kernel) --- slcan_attach.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slcan_attach.c b/slcan_attach.c index 0643617..5ee6acd 100644 --- a/slcan_attach.c +++ b/slcan_attach.c @@ -56,7 +56,7 @@ //#include /* ldiscs for each arch up to 2.6.20 */ #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 void usage(char *name)