PERFORCE change 91480 for review

Todd Miller millert at FreeBSD.org
Thu Feb 9 22:08:00 GMT 2006


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

Change 91480 by millert at millert_g4tower on 2006/02/09 22:07:22

	Back out changes to mpo_destroy_task_label and mpo_destroy_port_label
	that were unintentionally submitted.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin7/src/sedarwin/sedarwin/sebsd.c#29 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin7/src/sedarwin/sedarwin/sebsd.c#29 (text+ko) ====

@@ -2634,8 +2634,8 @@
 
 	.mpo_destroy = sebsd_destroy,
 	.mpo_destroy_cred_label = sebsd_destroy_cred_label,
-	.mpo_destroy_task_label = sebsd_destroy_task_label,
-	.mpo_destroy_port_label = sebsd_destroy_port_label,
+	.mpo_destroy_task_label = sebsd_destroy_cred_label,
+	.mpo_destroy_port_label = sebsd_destroy_cred_label,
 	.mpo_destroy_vnode_label = sebsd_destroy_vnode_label,
 	.mpo_destroy_devfsdirent_label = sebsd_destroy_vnode_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