Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Aug 2002 12:35:49 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 15584 for review
Message-ID:  <200208051935.g75JZngD053644@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=15584

Change 15584 by rwatson@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@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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