Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Dec 2006 21:39:16 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 111482 for review
Message-ID:  <200612112139.kBBLdGZV095780@repoman.freebsd.org>

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

Change 111482 by millert@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);



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