Date: Mon, 4 Jul 2005 15:00:42 GMT From: "Christian S.J. Peron" <csjp@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 79560 for review Message-ID: <200507041500.j64F0gOj087411@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=79560 Change 79560 by csjp@csjp_xor on 2005/07/04 15:00:15 Slight style tweak Affected files ... .. //depot/projects/trustedbsd/mac/sys/security/mac_chkexec/mac_chkexec.c#13 edit Differences ... ==== //depot/projects/trustedbsd/mac/sys/security/mac_chkexec/mac_chkexec.c#13 (text+ko) ==== @@ -532,8 +532,8 @@ break; for (i = 0; i < npaths; i++) { mtx_lock(&Giant); - NDINIT(&nd, LOOKUP, LOCKLEAF | FOLLOW, - UIO_SYSSPACE, paths[i], curthread); + NDINIT(&nd, LOOKUP, LOCKLEAF | FOLLOW, UIO_SYSSPACE, + paths[i], curthread); if ((error = namei(&nd)) != 0) { free(depends, M_CHKEXEC); mtx_unlock(&Giant);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507041500.j64F0gOj087411>