patch-2.2.15 linux/net/wanrouter/wanmain.c
Next file: linux/net/x25/af_x25.c
Previous file: linux/net/unix/af_unix.c
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Fri Apr 21 12:47:17 2000
- Orig file:
v2.2.14/net/wanrouter/wanmain.c
- Orig date:
Tue Jan 4 21:19:03 2000
diff -u --new-file --recursive --exclude-from ../../exclude v2.2.14/net/wanrouter/wanmain.c linux/net/wanrouter/wanmain.c
@@ -118,6 +118,7 @@
{
int err;
extern void wanpipe_init(void);
+ extern void wanpipe_init2(void);
printk(KERN_INFO "%s v%u.%u %s\n",
fullname, ROUTER_VERSION, ROUTER_RELEASE, copyright);
@@ -132,6 +133,7 @@
#ifdef CONFIG_VENDOR_SANGOMA
wanpipe_init();
+ wanpipe_init2();
#endif
return err;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)