PERFORCE change 79560 for review
Christian S.J. Peron
csjp at FreeBSD.org
Mon Jul 4 15:00:42 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=79560
Change 79560 by csjp at 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);
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