]> rtime.felk.cvut.cz Git - socketcan-devel.git/commitdiff
Updated LDISC number to 17 (16 is occupied in the Kernel)
authorhartkopp <hartkopp@030b6a49-0b11-0410-94ab-b0dab22257f2>
Mon, 25 Jun 2007 13:05:43 +0000 (13:05 +0000)
committerhartkopp <hartkopp@030b6a49-0b11-0410-94ab-b0dab22257f2>
Mon, 25 Jun 2007 13:05:43 +0000 (13:05 +0000)
git-svn-id: svn://svn.berlios.de//socketcan/trunk@395 030b6a49-0b11-0410-94ab-b0dab22257f2

can-utils/slcan_attach.c

index 06436176e8dce33f92ca9475a6ba9326d9107f74..5ee6acd7281430f8dd9ad3b673639f9783fe63bf 100644 (file)
@@ -56,7 +56,7 @@
 //#include <asm/termios.h> /* 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)