diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2013-08-07 22:22:43 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2013-08-07 22:22:43 +0000 |
commit | 5691fda083ff85fb8c581329e5da7414269ed7b8 (patch) | |
tree | 23d2813e5f2802ee8979c8dbf0e0e4b291e3fe3d /sys/arch/macppc | |
parent | 4a234bd42afb3be3dab38f9ebc47700bb0dacb38 (diff) |
Most network drivers include netinet/in_var.h, but apparently they
don't have to. Remove these include lines from macppc drivers.
test and OK mpi@
Diffstat (limited to 'sys/arch/macppc')
-rw-r--r-- | sys/arch/macppc/dev/if_mc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/macppc/dev/if_mc.c b/sys/arch/macppc/dev/if_mc.c index 5d534460fb1..bae8832b26b 100644 --- a/sys/arch/macppc/dev/if_mc.c +++ b/sys/arch/macppc/dev/if_mc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_mc.c,v 1.14 2010/04/21 03:03:26 deraadt Exp $ */ +/* $OpenBSD: if_mc.c,v 1.15 2013/08/07 22:22:42 bluhm Exp $ */ /* $NetBSD: if_mc.c,v 1.9.16.1 2006/06/21 14:53:13 yamt Exp $ */ /*- @@ -56,7 +56,6 @@ #include <netinet/in.h> #include <netinet/if_ether.h> #include <netinet/in_systm.h> -#include <netinet/in_var.h> #include <netinet/ip.h> #endif |