From owner-p4-projects@FreeBSD.ORG Wed Oct 13 10:35:51 2004 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 05C4E16A4D1; Wed, 13 Oct 2004 10:35:51 +0000 (GMT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCEA616A4CE for ; Wed, 13 Oct 2004 10:35:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF7E143D49 for ; Wed, 13 Oct 2004 10:35:50 +0000 (GMT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DAZoRO097062 for ; Wed, 13 Oct 2004 10:35:50 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DAZoxe097059 for perforce@freebsd.org; Wed, 13 Oct 2004 10:35:50 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Wed, 13 Oct 2004 10:35:50 GMT Message-Id: <200410131035.i9DAZoxe097059@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Subject: PERFORCE change 63149 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 10:35:51 -0000 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 #include #include +#include #include #include