diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-08-22 10:41:09 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-08-22 10:41:09 +0000 |
commit | 2665a7e70beb23e7ca8398d676acc0ff90e7565b (patch) | |
tree | 15df4521c60b0e2d79894a361751727370b7dbd6 /sys | |
parent | 479c912c115596b95d20d45fd357b24487fe86e6 (diff) |
netinet/if_ether.h, not net/if_ether.h.
Isn't it fun to not notice bugs because of pollution by the cross-compilation
environment?
Diffstat (limited to 'sys')
-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 d8af25049b3..8f18b6b0c5f 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.2 2001/08/20 19:55:33 jason Exp $ */ +/* $OpenBSD: netif_of.c,v 1.3 2001/08/22 10:41:08 art Exp $ */ /* $NetBSD: netif_of.c,v 1.1 2000/08/20 14:58:39 mrg Exp $ */ /* @@ -44,7 +44,7 @@ #include <sys/socket.h> #include <net/if.h> -#include <net/if_ether.h> +#include <netinet/if_ether.h> #include <netinet/in.h> #include <netinet/in_systm.h> |