summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbluhm <bluhm@openbsd.org>2013-08-07 22:22:42 +0000
committerbluhm <bluhm@openbsd.org>2013-08-07 22:22:42 +0000
commit5857cc7913db6be180393ced6e719e4967e13731 (patch)
treeecf7126350cc952f017129d06256c2be14d47d5e
parentDocument lgamma_r, lgammaf_r, and lgammal_r. (diff)
downloadwireguard-openbsd-5857cc7913db6be180393ced6e719e4967e13731.tar.xz
wireguard-openbsd-5857cc7913db6be180393ced6e719e4967e13731.zip
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@
-rw-r--r--sys/arch/macppc/dev/if_mc.c3
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