patch-1.3.51 linux/net/core/dev.c
Next file: linux/net/core/net_alias.c
Previous file: linux/net/TUNABLE
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Tue Dec 26 06:03:01 1995
- Orig file:
v1.3.50/linux/net/core/dev.c
- Orig date:
Wed Dec 13 09:02:47 1995
diff -u --recursive --new-file v1.3.50/linux/net/core/dev.c linux/net/core/dev.c
@@ -1121,7 +1121,7 @@
#ifdef CONFIG_NET_ALIAS
if (net_alias_is(dev))
- net_alias_rehash(dev->my_alias,&ifr.ifr_addr);
+ net_alias_dev_rehash(dev ,&ifr.ifr_addr);
#endif
dev->pa_addr = (*(struct sockaddr_in *)
&ifr.ifr_addr).sin_addr.s_addr;
@@ -1387,6 +1387,9 @@
#if defined(CONFIG_PI)
pi_init();
#endif
+#if defined(CONFIG_PT)
+ pt_init();
+#endif
#if defined(CONFIG_DEC_ELCP)
dec21040_init();
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this