Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Oct 2002 16:39:34 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 19175 for review
Message-ID:  <200210122339.g9CNdYf6045354@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=19175

Change 19175 by rwatson@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@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210122339.g9CNdYf6045354>