Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jul 2002 14:17:28 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 15006 for review
Message-ID:  <200207272117.g6RLHS6M036877@freefall.freebsd.org>

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

Change 15006 by rwatson@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@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?200207272117.g6RLHS6M036877>