Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/net Include BPF headers as necessary (feh, too many chan...



details:   https://anonhg.NetBSD.org/src/rev/5df0ab185810
branches:  trunk
changeset: 500483:5df0ab185810
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Dec 12 18:22:39 2000 +0000

description:
Include BPF headers as necessary (feh, too many changes to try and
merge...)

diffstat:

 sys/net/if_atmsubr.c |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 6d8e03a4485f -r 5df0ab185810 sys/net/if_atmsubr.c
--- a/sys/net/if_atmsubr.c      Tue Dec 12 18:15:38 2000 +0000
+++ b/sys/net/if_atmsubr.c      Tue Dec 12 18:22:39 2000 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: if_atmsubr.c,v 1.23 2000/12/12 18:00:25 thorpej Exp $       */
+/*      $NetBSD: if_atmsubr.c,v 1.24 2000/12/12 18:22:39 thorpej Exp $       */
 
 /*
  *
@@ -63,6 +63,10 @@
 #include <net/if_atm.h>
 #include <net/ethertypes.h> /* XXX: for ETHERTYPE_* */
 
+#if NBPFILTER > 0
+#include <net/bpf.h>
+#endif
+
 #include <netinet/in.h>
 #include <netinet/if_atm.h>
 



Home | Main Index | Thread Index | Old Index