PERFORCE change 19175 for review

Robert Watson rwatson at freebsd.org
Sat Oct 12 23:39:34 GMT 2002


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

Change 19175 by rwatson at rwatson_curry on 2002/10/12 16:39:33

	More in the way of alphabetic enforcement.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#309 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#309 (text+ko) ====

@@ -488,6 +488,10 @@
 			mpc->mpc_ops->mpo_init_pipe_label =
 			    mpe->mpe_function;
 			break;
+		case MAC_INIT_PROC:
+			mpc->mpc_ops->mpo_init_proc =
+			    mpe->mpe_function;
+			break;
 		case MAC_INIT_SOCKET_LABEL:
 			mpc->mpc_ops->mpo_init_socket_label =
 			    mpe->mpe_function;
@@ -524,10 +528,6 @@
 			mpc->mpc_ops->mpo_destroy_mbuf_label =
 			    mpe->mpe_function;
 			break;
-		case MAC_INIT_PROC:
-			mpc->mpc_ops->mpo_init_proc =
-			    mpe->mpe_function;
-			break;
 		case MAC_DESTROY_MOUNT_LABEL:
 			mpc->mpc_ops->mpo_destroy_mount_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