atom feed1 message in org.freebsd.p4-projectsPERFORCE change 20157 for review
FromSent OnAttachments
Robert WatsonOct 25, 2002 1:33 pm 
Subject:PERFORCE change 20157 for review
From:Robert Watson (rwat@FreeBSD.org)
Date:Oct 25, 2002 1:33:48 pm
List:org.freebsd.p4-projects

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 majo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message