Date: Wed, 13 Oct 2004 10:35:50 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 63149 for review Message-ID: <200410131035.i9DAZoxe097059@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=63149 Change 63149 by rwatson@rwatson_tislabs on 2004/10/13 10:35:37 Include module.h to get the definition of module_t used in a function prototype in mac_policy.h. Probably a better way to get that definition. Affected files ... .. //depot/projects/trustedbsd/mac/sys/security/mac/mac_posix_sem.c#8 edit Differences ... ==== //depot/projects/trustedbsd/mac/sys/security/mac/mac_posix_sem.c#8 (text+ko) ==== @@ -39,6 +39,7 @@ #include <sys/kernel.h> #include <sys/malloc.h> #include <sys/mac.h> +#include <sys/module.h> #include <sys/systm.h> #include <sys/sysctl.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410131035.i9DAZoxe097059>