PERFORCE change 107260 for review

Robert Watson rwatson at FreeBSD.org
Wed Oct 4 13:12:28 PDT 2006


http://perforce.freebsd.org/chv.cgi?CH=107260

Change 107260 by rwatson at rwatson_zoo on 2006/10/04 20:11:06

	Wrong include block: the previous one was !FreeBSD.

Affected files ...

.. //depot/projects/trustedbsd/priv/sys/dev/cnw/if_cnw.c#3 edit

Differences ...

==== //depot/projects/trustedbsd/priv/sys/dev/cnw/if_cnw.c#3 (text+ko) ====

@@ -125,7 +125,6 @@
 #include <sys/socket.h>
 #include <sys/mbuf.h>
 #include <sys/ioctl.h>
-#include <sys/priv.h>
 #include <sys/proc.h>
 
 #include <net/if.h>
@@ -237,6 +236,7 @@
 #include <sys/mbuf.h>
 #include <sys/malloc.h>
 #include <sys/kernel.h>
+#include <sys/priv.h>
 #include <sys/proc.h>
 #include <sys/ucred.h>
 #include <sys/socket.h>


More information about the trustedbsd-cvs mailing list