PERFORCE change 33869 for review
Robert Watson
rwatson at FreeBSD.org
Mon Jun 30 03:13:56 GMT 2003
http://perforce.freebsd.org/chv.cgi?CH=33869
Change 33869 by rwatson at rwatson_powerbook on 2003/06/29 20:13:52
Some more thread -> uthread
#ifdef out VM bits that we're not ready for
Affected files ...
.. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/mac.h#2 edit
Differences ...
==== //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/mac.h#2 (text+ko) ====
@@ -116,7 +116,7 @@
struct sockaddr;
struct socket;
struct pipe;
-struct thread;
+struct uthread;
struct timespec;
struct ucred;
struct uio;
@@ -230,7 +230,7 @@
struct label *interpvnodelabel, struct image_params *imgp);
void mac_create_proc0(struct ucred *cred);
void mac_create_proc1(struct ucred *cred);
-void mac_thread_userret(struct thread *td);
+void mac_thread_userret(struct uthread *td);
/* Access control checks. */
int mac_check_bpfdesc_receive(struct bpf_d *bpf_d, struct ifnet *ifnet);
@@ -339,7 +339,9 @@
struct mac *extmac);
int mac_pipe_label_set(struct ucred *cred, struct pipe *pipe,
struct label *label);
+#if 0
void mac_cred_mmapped_drop_perms(struct thread *td, struct ucred *cred);
+#endif
/*
* Calls to help various file systems implement labeling functionality
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