59d74f3d21
RFC2553/2292-compliant header file path, now the following headers are forbidden: netinet6/ip6.h netinet6/icmp6.h netinet6/in6.h if you want netinet6/{ip6,icmp6}.h, use netinet/{ip6,icmp6}.h. if you want netinet6/in6.h, you just need to include netinet/in.h. it pulls it in. (we may need to integrate them into netinet/in.h, but for cross-BSD code sharing i'd like to keep it like this for now)
4 lines
121 B
C
4 lines
121 B
C
/* $NetBSD: ip6.h,v 1.9 2000/02/09 00:54:57 itojun Exp $ */
|
|
|
|
#error "wrong include file - include netinet/ip6.h instead"
|