PERFORCE change 108145 for review
Robert Watson
rwatson at FreeBSD.org
Thu Oct 19 18:07:07 PDT 2006
http://perforce.freebsd.org/chv.cgi?CH=108145
Change 108145 by rwatson at rwatson_zoo on 2006/10/20 01:05:41
Merge built nit fix from HEAD to RELENG_6 priv(9).
Affected files ...
.. //depot/projects/trustedbsd/priv6/src/sys/dev/cnw/if_cnw.c#3 edit
Differences ...
==== //depot/projects/trustedbsd/priv6/src/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