Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



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.




Home | Main Index | Thread Index | Old Index