Subject: CVS commit: [netbsd-4] src/sys
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 12/09/2006 11:51:47
Module Name:	src
Committed By:	bouyer
Date:		Sat Dec  9 11:51:47 UTC 2006

Modified Files:
	src/sys/netinet [netbsd-4]: ip_etherip.c
	src/sys/netinet6 [netbsd-4]: ip6_etherip.c

Log Message:
Pull up following revision(s) (requested by jdc in ticket #259):
	sys/netinet6/ip6_etherip.c: revision 1.2
	sys/netinet/ip_etherip.c: revision 1.2
Explicitly include <sys/device.h>, which we need for `struct device'.
This allows us to compile on !i386.  (On i386, <machine/cpu.h> pulled
in <sys/device.h> for us, thus hiding the compilation problem.)
OK by rpaulo@.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.1.2.1 src/sys/netinet/ip_etherip.c
cvs rdiff -r1.1 -r1.1.2.1 src/sys/netinet6/ip6_etherip.c

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