PERFORCE change 20157 for review
Robert Watson
rwatson at freebsd.org
Fri Oct 25 20:34:10 GMT 2002
http://perforce.freebsd.org/chv.cgi?CH=20157
Change 20157 by rwatson at 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 at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list