diff options
Diffstat (limited to 'sys/arch/sparc64/stand')
-rw-r--r-- | sys/arch/sparc64/stand/ofwboot/netif_of.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/stand/ofwboot/netif_of.c b/sys/arch/sparc64/stand/ofwboot/netif_of.c index 8f18b6b0c5f..c98ad0f4293 100644 --- a/sys/arch/sparc64/stand/ofwboot/netif_of.c +++ b/sys/arch/sparc64/stand/ofwboot/netif_of.c @@ -1,4 +1,4 @@ -/* $OpenBSD: netif_of.c,v 1.3 2001/08/22 10:41:08 art Exp $ */ +/* $OpenBSD: netif_of.c,v 1.4 2001/08/22 10:44:02 art Exp $ */ /* $NetBSD: netif_of.c,v 1.1 2000/08/20 14:58:39 mrg Exp $ */ /* @@ -44,10 +44,10 @@ #include <sys/socket.h> #include <net/if.h> -#include <netinet/if_ether.h> #include <netinet/in.h> #include <netinet/in_systm.h> +#include <netinet/if_ether.h> #include <lib/libsa/stand.h> #include <lib/libsa/net.h> |