Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Julian Coleman <jdc@netbsd.org>
List: source-changes
Date: 12/06/2006 21:42:38
Module Name: src
Committed By: jdc
Date: Wed Dec 6 21:42:38 UTC 2006
Modified Files:
src/sys/netinet: ip_etherip.c
src/sys/netinet6: ip6_etherip.c
Log Message:
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.2 src/sys/netinet/ip_etherip.c
cvs rdiff -r1.1 -r1.2 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.