From owner-p4-projects Sun May 12 9:31:55 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 9A5EA37B409; Sun, 12 May 2002 09:31:50 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D760D37B403 for ; Sun, 12 May 2002 09:31:49 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CGVnU21428 for perforce@freebsd.org; Sun, 12 May 2002 09:31:49 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Sun, 12 May 2002 09:31:49 -0700 (PDT) Message-Id: <200205121631.g4CGVnU21428@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson Subject: PERFORCE change 11218 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=11218 Change 11218 by rwatson@rwatson_curry on 2002/05/12 09:30:57 Have per-policy userland code for Biba and MLS include per-policy include files. If I botched installation of these include files, then this is broken. Hopefully it's not. :-) Affected files ... ... //depot/projects/trustedbsd/mac/lib/libc/posix1e/mac_biba.c#4 edit ... //depot/projects/trustedbsd/mac/lib/libc/posix1e/mac_mls.c#3 edit Differences ... ==== //depot/projects/trustedbsd/mac/lib/libc/posix1e/mac_biba.c#4 (text+ko) ==== @@ -40,6 +40,8 @@ #include #include +#include + #include #include #include ==== //depot/projects/trustedbsd/mac/lib/libc/posix1e/mac_mls.c#3 (text+ko) ==== @@ -40,6 +40,8 @@ #include #include +#include + #include #include #include To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message