patch-2.4.10 linux/drivers/net/wan/syncppp.c
Next file: linux/drivers/net/wan/wanpipe_multppp.c
Previous file: linux/drivers/net/wan/sealevel.c
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Thu Sep 13 16:04:43 2001
- Orig file:
v2.4.9/linux/drivers/net/wan/syncppp.c
- Orig date:
Mon Aug 27 12:41:43 2001
diff -u --recursive --new-file v2.4.9/linux/drivers/net/wan/syncppp.c linux/drivers/net/wan/syncppp.c
@@ -1397,7 +1397,7 @@
func: sppp_rcv,
};
-static const char banner[] __initdata =
+static char banner[] __initdata =
KERN_INFO "Cronyx Ltd, Synchronous PPP and CISCO HDLC (c) 1994\n"
KERN_INFO "Linux port (c) 1998 Building Number Three Ltd & "
"Jan \"Yenya\" Kasprzak.\n";
@@ -1420,3 +1420,5 @@
module_init(sync_ppp_init);
module_exit(sync_ppp_cleanup);
MODULE_PARM(debug,"1i");
+MODULE_LICENSE("GPL");
+
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)