diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-02-09 06:01:17 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-02-09 06:01:17 +0000 |
commit | 1ef3ae13c2599854208b61900dad8d93ba9bfef8 (patch) | |
tree | f76d00431ed921b10460dd74ec6ac5b2a0032a13 /sys | |
parent | d2d0e844eb02e1357f071a625f3365faac56682b (diff) |
don't include netinet6/ip6.h
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/alpha/alpha/machdep.c | 4 | ||||
-rw-r--r-- | sys/arch/sparc/sparc/intr.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/alpha/alpha/machdep.c b/sys/arch/alpha/alpha/machdep.c index f5a4d7ffc6e..2512dfe1f4f 100644 --- a/sys/arch/alpha/alpha/machdep.c +++ b/sys/arch/alpha/alpha/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.29 1999/12/08 06:50:14 itojun Exp $ */ +/* $OpenBSD: machdep.c,v 1.30 2000/02/09 06:01:15 itojun Exp $ */ /* $NetBSD: machdep.c,v 1.61 1996/12/07 01:54:49 cgd Exp $ */ /* @@ -100,7 +100,7 @@ # ifndef INET # include <netinet/in.h> # endif -#include <netinet6/ip6.h> +#include <netinet/ip6.h> #include <netinet6/ip6_var.h> #endif diff --git a/sys/arch/sparc/sparc/intr.c b/sys/arch/sparc/sparc/intr.c index 047322effad..8c01dd3ab5d 100644 --- a/sys/arch/sparc/sparc/intr.c +++ b/sys/arch/sparc/sparc/intr.c @@ -71,7 +71,7 @@ # ifndef INET # include <netinet/in.h> # endif -#include <netinet6/ip6.h> +#include <netinet/ip6.h> #include <netinet6/ip6_var.h> #endif |