Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 02/08/2000 16:54:57
Module Name:	syssrc
Committed By:	itojun
Date:		Wed Feb  9 00:54:57 UTC 2000

Modified Files:
	syssrc/sys/netinet: in.h
	syssrc/sys/netinet6: icmp6.h in6.h ip6.h

Log Message:
to improve RFC2553/2292 compliance, and promote use of
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)


To generate a diff of this commit:
cvs rdiff -r1.44 -r1.45 syssrc/sys/netinet/in.h
cvs rdiff -r1.12 -r1.13 syssrc/sys/netinet6/icmp6.h
cvs rdiff -r1.9 -r1.10 syssrc/sys/netinet6/in6.h
cvs rdiff -r1.8 -r1.9 syssrc/sys/netinet6/ip6.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.