PERFORCE change 113288 for review

Todd Miller millert at FreeBSD.org
Sun Jan 21 22:36:37 UTC 2007


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

Change 113288 by millert at millert_macbook on 2007/01/21 22:36:34

	#ifdef out dead code

Affected files ...

.. //depot/projects/trustedbsd/sedarwin8/darwin/xnu/security/mac_vfs.c#24 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin8/darwin/xnu/security/mac_vfs.c#24 (text+ko) ====

@@ -164,6 +164,7 @@
 	mac_labelzone_free(label);
 }
 
+#ifndef __APPLE__
 void
 mac_vnode_label_destroy(struct vnode *vp)
 {
@@ -171,6 +172,7 @@
 	mac_vnode_label_free(vp->v_label);
 	vp->v_label = NULL;
 }
+#endif
 
 void
 mac_vnode_label_copy(struct label *src, struct label *dest)


More information about the p4-projects mailing list