From owner-p4-projects@FreeBSD.ORG Sun Nov 9 19:52:22 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 2FDBC16A4CF; Sun, 9 Nov 2003 19:52:22 -0800 (PST) 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 0737B16A4D2 for ; Sun, 9 Nov 2003 19:52:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7668443FA3 for ; Sun, 9 Nov 2003 19:52:21 -0800 (PST) (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.9/8.12.9) with ESMTP id hAA3qLXJ066600 for ; Sun, 9 Nov 2003 19:52:21 -0800 (PST) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAA3qKPL066597 for perforce@freebsd.org; Sun, 9 Nov 2003 19:52:20 -0800 (PST) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Sun, 9 Nov 2003 19:52:20 -0800 (PST) Message-Id: <200311100352.hAA3qKPL066597@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 41860 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: Mon, 10 Nov 2003 03:52:22 -0000 http://perforce.freebsd.org/chv.cgi?CH=41860 Change 41860 by rwatson@rwatson_paprika on 2003/11/09 19:51:52 Further GC of old MAC mount label interfaces. Affected files ... .. //depot/projects/trustedbsd/sebsd/sys/sys/mac.h#12 edit Differences ... ==== //depot/projects/trustedbsd/sebsd/sys/sys/mac.h#12 (text+ko) ==== @@ -158,7 +158,6 @@ void mac_init_mount(struct mount *); void mac_init_proc(struct proc *); void mac_init_vnode(struct vnode *); -void mac_init_mount_label(struct label *); void mac_copy_mbuf_tag(struct m_tag *, struct m_tag *); void mac_copy_vnode_label(struct label *, struct label *label); void mac_copy_mount_label(struct label *, struct label *label); @@ -179,7 +178,6 @@ void mac_destroy_mbuf_tag(struct m_tag *); void mac_destroy_mount(struct mount *); void mac_destroy_vnode(struct vnode *); -void mac_destroy_mount_label(struct label *); struct label *mac_cred_label_alloc(void); void mac_cred_label_free(struct label *label);