Date: Tue, 25 Mar 2003 11:17:27 -0800 (PST) From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 27366 for review Message-ID: <200303251917.h2PJHRph089637@repoman.freebsd.org>
index | next in thread | raw e-mail
http://perforce.freebsd.org/chv.cgi?CH=27366 Change 27366 by rwatson@rwatson_tislabs on 2003/03/25 11:16:37 Don't rely on namespace pollution to get access to struct sx. Affected files ... .. //depot/projects/trustedbsd/mac/sys/security/sebsd/ss/services.c#9 edit Differences ... ==== //depot/projects/trustedbsd/mac/sys/security/sebsd/ss/services.c#9 (text+ko) ==== @@ -20,6 +20,7 @@ #include <sys/kernel.h> #include <sys/systm.h> #include <sys/malloc.h> +#include <sys/sx.h> #else /* _KERNEL */ #include <errno.h> #endif /* _KERNEL */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the messagehelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303251917.h2PJHRph089637>
