PERFORCE change 105367 for review

Todd Miller millert at FreeBSD.org
Wed Aug 30 21:27:12 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=105367

Change 105367 by millert at millert_g4tower on 2006/08/30 21:26:32

	Add missing forward declaration for struct task.
	Quiets a compiler warning.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin8/darwin/xnu/security/mac_policy.h#6 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin8/darwin/xnu/security/mac_policy.h#6 (text+ko) ====

@@ -58,6 +58,7 @@
 struct auditinfo;
 struct attrlist;
 struct bpf_d;
+struct devnode;
 struct ifnet;
 struct ipq;
 struct label;
@@ -69,10 +70,10 @@
 struct sbuf;
 struct semid_kernel;
 struct shmid_kernel;
-struct xsocket;
+struct task;
 struct ucred;
 struct vnode;
-struct devnode;
+struct xsocket;
 /** @struct dummy */
 
 /*-


More information about the trustedbsd-cvs mailing list