PERFORCE change 15585 for review
Robert Watson
rwatson at freebsd.org
Mon Aug 5 19:41:59 GMT 2002
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=15585
Change 15585 by rwatson at 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 at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list