Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Oct 2002 13:34:10 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 20157 for review
Message-ID:  <200210252034.g9PKYA9f027235@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=20157

Change 20157 by rwatson@rwatson_tislabs on 2002/10/25 13:33:24

	More sorting.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/sys/mac.h#195 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/sys/mac.h#195 (text+ko) ====

@@ -199,6 +199,8 @@
 void	mac_init_mount(struct mount *);
 void	mac_init_proc(struct proc *);
 void	mac_init_vnode(struct vnode *);
+void	mac_init_vnode_label(struct label *);
+void	mac_copy_vnode_label(struct label *, struct label *label);
 void	mac_destroy_bpfdesc(struct bpf_d *);
 void	mac_destroy_cred(struct ucred *);
 void	mac_destroy_devfsdirent(struct devfs_dirent *);
@@ -210,9 +212,6 @@
 void	mac_destroy_mbuf(struct mbuf *);
 void	mac_destroy_mount(struct mount *);
 void	mac_destroy_vnode(struct vnode *);
-/* XXXMAC: shouldn't be exported? */
-void	mac_init_vnode_label(struct label *);
-void	mac_copy_vnode_label(struct label *, struct label *label);
 void	mac_destroy_vnode_label(struct label *);
 
 /*

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?200210252034.g9PKYA9f027235>