From owner-p4-projects@FreeBSD.ORG Fri Jul 9 17:45:05 2004 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 1C62716A4D4; Fri, 9 Jul 2004 17:45:05 +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 C4DAB16A4E2 for ; Fri, 9 Jul 2004 17:45:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9317643D1D for ; Fri, 9 Jul 2004 17:45:04 +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 i69Hj4L3086927 for ; Fri, 9 Jul 2004 17:45:04 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 i69Hj3gg086924 for perforce@freebsd.org; Fri, 9 Jul 2004 17:45:03 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Fri, 9 Jul 2004 17:45:03 GMT Message-Id: <200407091745.i69Hj3gg086924@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 56910 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: Fri, 09 Jul 2004 17:45:05 -0000 http://perforce.freebsd.org/chv.cgi?CH=56910 Change 56910 by rwatson@rwatson_tislabs on 2004/07/09 17:44:59 Forward declare posix ksem structure. Affected files ... .. //depot/projects/trustedbsd/mac/sys/sys/mac_policy.h#215 edit Differences ... ==== //depot/projects/trustedbsd/mac/sys/sys/mac_policy.h#215 (text+ko) ==== @@ -59,6 +59,7 @@ struct image_params; struct inpcb; struct ipq; +struct ksem; struct label; struct mac_policy_conf; struct mbuf;