diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-02-09 07:37:16 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-02-09 07:37:16 +0000 |
commit | 5e60d1c7d267e2d95330c8ed69faaf8effb0d089 (patch) | |
tree | 2569ffc78b7cfbf0e3cb94020852d26338e515b5 /sys/netinet/in.h | |
parent | 821d722ee332c1623290aa7f283c852043beaac1 (diff) |
improve RFC2553/2292 conformance. netinet6/{ip6,icmp6,in6}.h should not
be included.
neitnet6/{ip6,icmp6}.h includes #error statements only - i'll remove them
couple of days later.
Diffstat (limited to 'sys/netinet/in.h')
-rw-r--r-- | sys/netinet/in.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/netinet/in.h b/sys/netinet/in.h index e57cd11fece..a4d3a6dd673 100644 --- a/sys/netinet/in.h +++ b/sys/netinet/in.h @@ -1,4 +1,4 @@ -/* $OpenBSD: in.h,v 1.37 2000/01/26 03:43:17 deraadt Exp $ */ +/* $OpenBSD: in.h,v 1.38 2000/02/09 07:37:14 itojun Exp $ */ /* $NetBSD: in.h,v 1.20 1996/02/13 23:41:47 christos Exp $ */ /* @@ -478,7 +478,9 @@ struct ip_mreq { } /* INET6 stuff */ +#define __KAME_NETINET_IN_H_INCLUDED_ #include <netinet6/in6.h> +#undef __KAME_NETINET_IN_H_INCLUDED_ #ifndef _KERNEL |