PERFORCE change 111482 for review

Todd Miller millert at FreeBSD.org
Mon Dec 11 14:14:40 PST 2006


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

Change 111482 by millert at millert_g5tower on 2006/12/11 21:38:59

	Remove unused variable.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin8/darwin/xnu/security/mac_data.c#4 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin8/darwin/xnu/security/mac_data.c#4 (text+ko) ====

@@ -34,7 +34,6 @@
 {
 	struct mac_policy_conf *mpc;
 	int error = ENOENT;
-	unsigned int i;
 
 	if ((mpc = mac_get_mpc(handle)) != NULL)
 		error = mac_find_module_data(mpc->mpc_data, key, valp, sizep);


More information about the trustedbsd-cvs mailing list