Date: Wed, 15 May 2002 08:36:50 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 11361 for review Message-ID: <200205151536.g4FFaol53321@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=11361 Change 11361 by rwatson@rwatson_tislabs on 2002/05/15 08:35:57 Include per-policy constant include files to correct build problems. mac_constant.c will eventually go away. Affected files ... ... //depot/projects/trustedbsd/mac/lib/libc/posix1e/mac_constant.c#12 edit Differences ... ==== //depot/projects/trustedbsd/mac/lib/libc/posix1e/mac_constant.c#12 (text+ko) ==== @@ -41,6 +41,9 @@ #include <sys/mac.h> #include <sys/mac_constant.h> +#include <security/mac_biba/mac_biba.h> +#include <security/mac_mls/mac_mls.h> + /* * The following label defines "system high", used by the TrustedBSD * userland Trusted Code Base (TCB). It is assigned during the install To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205151536.g4FFaol53321>