patch-2.3.15 linux/drivers/net/slip.c

Next file: linux/drivers/net/strip.c
Previous file: linux/drivers/net/sk_mca.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.14/linux/drivers/net/slip.c linux/drivers/net/slip.c
@@ -89,7 +89,7 @@
 
 
 typedef struct slip_ctrl {
-	char		if_name[8];	/* "sl0\0" .. "sl99999\0"	*/
+	char		if_name[16];	/* "sl0\0" .. "sl99999\0"	*/
 	struct slip	ctrl;		/* SLIP things			*/
 	struct net_device	dev;		/* the device			*/
 } slip_ctrl_t;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)