diff options
| author | 2014-11-05 07:09:04 +0000 | |
|---|---|---|
| committer | 2014-11-05 07:09:04 +0000 | |
| commit | fa128638d0e83ef0a2a731387191bb5930db3058 (patch) | |
| tree | ceed1fccc42c4c4b02420036e8bf3d68b5c3bb2e | |
| parent | zap double word; (diff) | |
| download | wireguard-openbsd-fa128638d0e83ef0a2a731387191bb5930db3058.tar.xz wireguard-openbsd-fa128638d0e83ef0a2a731387191bb5930db3058.zip | |
remove uneeded bpf includes
ok miod@
| -rw-r--r-- | sys/arch/vax/if/if_ze.c | 7 | ||||
| -rw-r--r-- | sys/arch/vax/vsa/if_ze_vsbus.c | 7 |
2 files changed, 2 insertions, 12 deletions
diff --git a/sys/arch/vax/if/if_ze.c b/sys/arch/vax/if/if_ze.c index ca78bd5e1e7..be3bf4b5593 100644 --- a/sys/arch/vax/if/if_ze.c +++ b/sys/arch/vax/if/if_ze.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ze.c,v 1.9 2010/09/20 06:33:47 matthew Exp $ */ +/* $OpenBSD: if_ze.c,v 1.10 2014/11/05 07:09:04 jsg Exp $ */ /* $NetBSD: if_ze.c,v 1.3 2000/01/24 02:54:03 matt Exp $ */ /* * Copyright (c) 1999 Ludd, University of Lule}, Sweden. All rights reserved. @@ -43,11 +43,6 @@ #include <netinet/in.h> #include <netinet/if_ether.h> -#if NBPFILTER > 0 -#include <net/bpf.h> -#include <net/bpfdesc.h> -#endif - #include <machine/bus.h> #include <machine/nexus.h> #include <machine/cpu.h> diff --git a/sys/arch/vax/vsa/if_ze_vsbus.c b/sys/arch/vax/vsa/if_ze_vsbus.c index 9f0d537af55..f00a47f29ed 100644 --- a/sys/arch/vax/vsa/if_ze_vsbus.c +++ b/sys/arch/vax/vsa/if_ze_vsbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ze_vsbus.c,v 1.6 2010/09/20 06:33:48 matthew Exp $ */ +/* $OpenBSD: if_ze_vsbus.c,v 1.7 2014/11/05 07:09:04 jsg Exp $ */ /* $NetBSD: if_ze_vsbus.c,v 1.5 2000/07/26 21:50:49 matt Exp $ */ /* * Copyright (c) 1999 Ludd, University of Lule}, Sweden. All rights reserved. @@ -43,11 +43,6 @@ #include <netinet/in.h> #include <netinet/if_ether.h> -#if NBPFILTER > 0 -#include <net/bpf.h> -#include <net/bpfdesc.h> -#endif - #include <machine/bus.h> #include <machine/vsbus.h> #include <machine/cpu.h> |
