PERFORCE change 17909 for review

Robert Watson rwatson at freebsd.org
Sun Sep 22 04:51:31 GMT 2002


http://people.freebsd.org/~peter/p4db/chv.cgi?CH=17909

Change 17909 by rwatson at rwatson_tislabs on 2002/09/21 21:51:14

	Missed the new vnode_symlink operation registration in the module
	registration loop.

Affected files ...

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

Differences ...

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

@@ -614,6 +614,10 @@
 			mpc->mpc_ops->mpo_create_devfs_directory =
 			    mpe->mpe_function;
 			break;
+		case MAC_CREATE_DEVFS_SYMLINK:
+			mpc->mpc_ops->mpo_create_devfs_symlink =
+			    mpe->mpe_function;
+			break;
 		case MAC_CREATE_DEVFS_VNODE:
 			mpc->mpc_ops->mpo_create_devfs_vnode =
 			    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