PERFORCE change 15584 for review
Robert Watson
rwatson at freebsd.org
Mon Aug 5 19:35:49 GMT 2002
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=15584
Change 15584 by rwatson at rwatson_freefall on 2002/08/05 12:34:57
Syntax fix.
Discovered by: beast.FreeBSD.org
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/compat/linux/linux_file.c#11 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/compat/linux/linux_file.c#11 (text+ko) ====
@@ -331,7 +331,7 @@
/*
* Do directory search MAC check using non-cached credentials.
*/
- if ((error = mac_check_vnode_readdir(td->td_proc->p_ucred, vp))
+ if ((error = mac_check_vnode_readdir(td->td_proc->p_ucred, vp)))
goto out;
#endif /* MAC */
if ((error = VOP_READDIR(vp, &auio, fp->f_cred, &eofflag, &ncookies,
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