diff options
Diffstat (limited to 'sys/arch/macppc/stand')
-rw-r--r-- | sys/arch/macppc/stand/net.c | 3 | ||||
-rw-r--r-- | sys/arch/macppc/stand/netif_of.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/macppc/stand/net.c b/sys/arch/macppc/stand/net.c index 4a876de51c6..75287945b63 100644 --- a/sys/arch/macppc/stand/net.c +++ b/sys/arch/macppc/stand/net.c @@ -1,4 +1,4 @@ -/* $OpenBSD: net.c,v 1.4 2003/10/16 04:30:09 drahn Exp $ */ +/* $OpenBSD: net.c,v 1.5 2014/08/21 14:24:08 mpi Exp $ */ /* $NetBSD: net.c,v 1.1 1997/04/16 20:29:18 thorpej Exp $ */ /* @@ -56,7 +56,6 @@ #include <net/if.h> #include <netinet/in.h> #include <netinet/if_ether.h> -#include <netinet/in_systm.h> #include <lib/libsa/stand.h> #include <lib/libsa/net.h> diff --git a/sys/arch/macppc/stand/netif_of.c b/sys/arch/macppc/stand/netif_of.c index 7f66c812694..b6f9bbb74ec 100644 --- a/sys/arch/macppc/stand/netif_of.c +++ b/sys/arch/macppc/stand/netif_of.c @@ -1,4 +1,4 @@ -/* $OpenBSD: netif_of.c,v 1.5 2008/05/25 16:55:31 miod Exp $ */ +/* $OpenBSD: netif_of.c,v 1.6 2014/08/21 14:24:08 mpi Exp $ */ /* $NetBSD: netif_of.c,v 1.1 1997/04/16 20:29:19 thorpej Exp $ */ /* @@ -52,7 +52,6 @@ #include <netinet/in.h> #include <netinet/if_ether.h> -#include <netinet/in_systm.h> #include <lib/libsa/stand.h> #include <lib/libsa/net.h> |