patch-2.1.127 linux/net/protocols.c
Next file: linux/net/sunrpc/sched.c
Previous file: linux/net/netlink/af_netlink.c
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Tue Oct 27 09:57:19 1998
- Orig file:
v2.1.126/linux/net/protocols.c
- Orig date:
Thu Jul 16 18:09:32 1998
diff -u --recursive --new-file v2.1.126/linux/net/protocols.c linux/net/protocols.c
@@ -22,6 +22,10 @@
#endif
#endif /* INET */
+#ifdef CONFIG_ECONET
+extern void econet_proto_init(struct net_proto *pro);
+#endif
+
#ifdef CONFIG_NETLINK
extern void netlink_proto_init(struct net_proto *pro);
#endif
@@ -151,6 +155,10 @@
#ifdef CONFIG_X25
{ "X.25", x25_proto_init }, /* CCITT X.25 Packet Layer */
+#endif
+
+#ifdef CONFIG_ECONET
+ { "Econet", econet_proto_init }, /* Acorn Econet */
#endif
{ NULL, NULL } /* End marker */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov