Source-Changes-HG archive

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

[src/trunk]: src/sys/netinet Pull in BPF includes.



details:   https://anonhg.NetBSD.org/src/rev/fd41992e744f
branches:  trunk
changeset: 500802:fd41992e744f
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Dec 18 20:58:13 2000 +0000

description:
Pull in BPF includes.

diffstat:

 sys/netinet/ip_ipip.c |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r fbc84f76a0b0 -r fd41992e744f sys/netinet/ip_ipip.c
--- a/sys/netinet/ip_ipip.c     Mon Dec 18 20:50:36 2000 +0000
+++ b/sys/netinet/ip_ipip.c     Mon Dec 18 20:58:13 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ip_ipip.c,v 1.12 2000/12/18 19:52:11 thorpej Exp $     */
+/*     $NetBSD: ip_ipip.c,v 1.13 2000/12/18 20:58:13 thorpej Exp $     */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -44,6 +44,7 @@
  */
 
 #include "opt_inet.h"
+#include "bpfilter.h"
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -70,6 +71,10 @@
 #error IPIP without INET?
 #endif
 
+#if NBPFILTER > 0
+#include <net/bpf.h>
+#endif
+
 #include <machine/stdarg.h>
 
 struct ipip_softc *ipip_softc;



Home | Main Index | Thread Index | Old Index