Subject: CVS commit: src/sys/compat/ndis
To: None <source-changes@NetBSD.org>
From: Alan Ritter <rittera@netbsd.org>
List: source-changes
Date: 05/26/2006 19:31:36
Module Name:	src
Committed By:	rittera
Date:		Fri May 26 19:31:36 UTC 2006

Modified Files:
	src/sys/compat/ndis: nbcompat.h

Log Message:
Added an #ifdef _KERNEL around the #include <sys/device.h>.  This is needed
because nbcompat.h is included from the user-level ndiscvt utility, which
wouldn't compile due to the indirect inclusion of sys/device.h.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/compat/ndis/nbcompat.h

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