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

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

Change 15585 by rwatson@rwatson_freefall on 2002/08/05 12:40:58

	Spelling fixes.
	
	Spotted by:	beast.FreeBSD.org

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/compat/linux/linux_stats.c#8 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/compat/linux/linux_stats.c#8 (text+ko) ====

@@ -360,7 +360,8 @@
 		if (vp->v_mount == NULL)
 			return (EINVAL);
 #ifdef MAC
-		error = mac_check_mount_stat(td->td_proc->p_ucred, mp);
+		error = mac_check_mount_stat(td->td_proc->p_ucred,
+		    vp->v_mount);
 		if (error)
 			return (error);
 #endif

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?200208051941.g75Jfxpl054250>