Date: Fri, 20 Oct 2006 01:06:15 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 108145 for review Message-ID: <200610200106.k9K16FII093815@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=108145 Change 108145 by rwatson@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610200106.k9K16FII093815>