diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-06-25 09:22:37 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-06-25 09:22:37 +0000 |
commit | 38401ee52a7369f748600c6d693cd70e93c82680 (patch) | |
tree | e5a07081b81a046f889a378310767f91cb73d707 /sys | |
parent | 0d7d5aa0eb5721a76ac7da067ad859841dd0a036 (diff) |
No more NBRIDGE in the Ethernet layer. Fewer layer violation, say yeah!
Diffstat (limited to 'sys')
-rw-r--r-- | sys/net/if_ethersubr.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c index 6470788889b..7b617832af4 100644 --- a/sys/net/if_ethersubr.c +++ b/sys/net/if_ethersubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ethersubr.c,v 1.209 2015/06/25 09:20:20 mpi Exp $ */ +/* $OpenBSD: if_ethersubr.c,v 1.210 2015/06/25 09:22:36 mpi Exp $ */ /* $NetBSD: if_ethersubr.c,v 1.19 1996/05/07 02:40:30 thorpej Exp $ */ /* @@ -103,11 +103,6 @@ didn't get a copy, you may request one from <license@ipv6.nrl.navy.mil>. #include <net/bpf.h> #endif -#include "bridge.h" -#if NBRIDGE > 0 -#include <net/if_bridge.h> -#endif - #include "pppoe.h" #if NPPPOE > 0 #include <net/if_pppoe.h> |