patch-1.3.81 linux/net/core/dev.c
Next file: linux/net/ipv4/Makefile
Previous file: linux/net/appletalk/ddp.c
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Sat Mar 30 13:20:34 1996
- Orig file:
v1.3.80/linux/net/core/dev.c
- Orig date:
Mon Mar 25 08:58:24 1996
diff -u --recursive --new-file v1.3.80/linux/net/core/dev.c linux/net/core/dev.c
@@ -1349,7 +1349,9 @@
* SLHC if present needs attaching so other people see it
* even if not opened.
*/
-#if (defined(CONFIG_SLIP_COMPRESSED) || defined(CONFIG_PPP)) && defined(CONFIG_SLHC_BUILTIN)
+#if (defined(CONFIG_SLIP) && defined(CONFIG_SLIP_COMPRESSED)) \
+ || defined(CONFIG_PPP) \
+ || (defined(CONFIG_ISDN) && defined(CONFIG_ISDN_PPP))
slhc_install();
#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