patch-2.1.82 linux/net/packet/af_packet.c
Next file: linux/net/socket.c
Previous file: linux/kernel/signal.c
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Sun Jan 25 10:05:47 1998
- Orig file:
v2.1.81/linux/net/packet/af_packet.c
- Orig date:
Mon Jan 12 15:28:28 1998
diff -u --recursive --new-file v2.1.81/linux/net/packet/af_packet.c linux/net/packet/af_packet.c
@@ -70,6 +70,14 @@
#include <linux/if_frad.h>
#endif
+#ifdef CONFIG_BRIDGE
+#include <net/br.h>
+#endif
+
+#ifdef CONFIG_DLCI
+extern int dlci_ioctl(unsigned int, void*);
+#endif
+
/*
Old SOCK_PACKET. Do exist programs, which use it?
(not counting tcpdump) - lots of them yes - AC.
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov