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