PERFORCE change 19174 for review
Robert Watson
rwatson at freebsd.org
Sat Oct 12 23:38:32 GMT 2002
http://perforce.freebsd.org/chv.cgi?CH=19174
Change 19174 by rwatson at rwatson_curry on 2002/10/12 16:38:30
Explore new depths in alphabetization.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#308 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#308 (text+ko) ====
@@ -540,6 +540,10 @@
mpc->mpc_ops->mpo_destroy_pipe_label =
mpe->mpe_function;
break;
+ case MAC_DESTROY_PROC:
+ mpc->mpc_ops->mpo_destroy_proc =
+ mpe->mpe_function;
+ break;
case MAC_DESTROY_SOCKET_LABEL:
mpc->mpc_ops->mpo_destroy_socket_label =
mpe->mpe_function;
@@ -572,10 +576,6 @@
mpc->mpc_ops->mpo_externalize_pipe_label =
mpe->mpe_function;
break;
- case MAC_DESTROY_PROC:
- mpc->mpc_ops->mpo_destroy_proc =
- mpe->mpe_function;
- break;
case MAC_EXTERNALIZE_SOCKET_LABEL:
mpc->mpc_ops->mpo_externalize_socket_label =
mpe->mpe_function;
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