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

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