PERFORCE change 15006 for review
Robert Watson
rwatson at freebsd.org
Sat Jul 27 21:17:28 GMT 2002
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=15006
Change 15006 by rwatson at rwatson_paprika on 2002/07/27 14:16:34
Typo in merge.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/kern/vfs_syscalls.c#63 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/kern/vfs_syscalls.c#63 (text+ko) ====
@@ -3311,7 +3311,7 @@
if (nullflag)
vattr.va_vaflags |= VA_UTIMES_NULL;
#ifdef MAC
- error = mac_check_setutimes_vnode(td->td_ucred, vp, vattr.va_atime,u
+ error = mac_check_setutimes_vnode(td->td_ucred, vp, vattr.va_atime,
vattr.va_mtime);
if (error != 0)
goto out;
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