Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jul 2002 14:14:36 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 14552 for review
Message-ID:  <200207202114.g6KLEaY9015256@freefall.freebsd.org>

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

Change 14552 by rwatson@rwatson_curry on 2002/07/20 14:13:43

	More fixes for typos.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/mac_bsdextended/mac_bsdextended.c#36 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/security/mac_bsdextended/mac_bsdextended.c#36 (text+ko) ====

@@ -467,7 +467,7 @@
 	if (!mac_bsdextended_enabled)
 		return (0);
 
-	error = VOP_GETATTR(vp, &vap, cred, curthread);
+	error = VOP_GETATTR(dvp, &vap, cred, curthread);
 	if (error)
 		return (error);
 	return (mac_bsdextended_check(cred, vap.va_uid, vap.va_gid, VREAD));

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?200207202114.g6KLEaY9015256>