Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Aug 2002 11:15:56 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 15622 for review
Message-ID:  <200208061815.g76IFuO8094398@freefall.freebsd.org>

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

Change 15622 by rwatson@rwatson_tislabs on 2002/08/06 11:15:09

	Missing comment close.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/kern/vfs_vnops.c#39 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/kern/vfs_vnops.c#39 (text+ko) ====

@@ -555,7 +555,7 @@
 		uio->uio_offset = fp->f_offset;
 	ioflag |= sequential_heuristic(uio, fp);
 #ifdef MAC
-	/* XXXMAC: We should pass active_cred into vn_write().
+	/* XXXMAC: We should pass active_cred into vn_write(). */
 	error = mac_check_vnode_write(td->td_ucred, cred, vp);
 	if (error == 0)
 #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?200208061815.g76IFuO8094398>