diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-11-14 17:26:41 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-11-14 17:26:41 +0000 |
commit | 38fcca814543bbed991b93302860b74d7c4be929 (patch) | |
tree | 930b7dfb7c1eb79763a97d9df092a1e8d2832ce2 /sys/arch/vax | |
parent | 773d5059c614e725a60b939b7b47013b4c0f9be3 (diff) |
No need to include <net/bpfdesc.h>
Now that "struct bpf_d" depends on <sys/srp.h> this is one of the offender
for removing the header from <sys/param.h>
Diffstat (limited to 'sys/arch/vax')
-rw-r--r-- | sys/arch/vax/if/if_qe.c | 3 | ||||
-rw-r--r-- | sys/arch/vax/if/sgec.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/vax/if/if_qe.c b/sys/arch/vax/if/if_qe.c index 120063df86a..137fd914a4c 100644 --- a/sys/arch/vax/if/if_qe.c +++ b/sys/arch/vax/if/if_qe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_qe.c,v 1.36 2015/10/27 15:20:13 mpi Exp $ */ +/* $OpenBSD: if_qe.c,v 1.37 2015/11/14 17:26:40 mpi Exp $ */ /* $NetBSD: if_qe.c,v 1.51 2002/06/08 12:28:37 ragge Exp $ */ /* * Copyright (c) 1999 Ludd, University of Lule}, Sweden. All rights reserved. @@ -55,7 +55,6 @@ #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #include <machine/bus.h> diff --git a/sys/arch/vax/if/sgec.c b/sys/arch/vax/if/sgec.c index d02c74dc7d5..3b3e40975a5 100644 --- a/sys/arch/vax/if/sgec.c +++ b/sys/arch/vax/if/sgec.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sgec.c,v 1.31 2015/11/07 12:01:22 dlg Exp $ */ +/* $OpenBSD: sgec.c,v 1.32 2015/11/14 17:26:40 mpi Exp $ */ /* $NetBSD: sgec.c,v 1.5 2000/06/04 02:14:14 matt Exp $ */ /* * Copyright (c) 1999 Ludd, University of Lule}, Sweden. All rights reserved. @@ -63,7 +63,6 @@ #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #include <machine/bus.h> |