diff options
Diffstat (limited to 'sys/arch/macppc/stand/net.c')
-rw-r--r-- | sys/arch/macppc/stand/net.c | 3 |
1 files changed, 1 insertions, 2 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> |