Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Oct 2002 11:44:42 -0700 (PDT)
From:      Brian Feldman <green@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 18871 for review
Message-ID:  <200210071844.g97Iigcx006087@freefall.freebsd.org>

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

Change 18871 by green@green_laptop_2 on 2002/10/07 11:43:41

	Fix mismerge (?).

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/vm/vm_mmap.c#17 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/vm/vm_mmap.c#17 (text+ko) ====

@@ -430,7 +430,7 @@
 	mtx_unlock(&Giant);
 	error = 0;
 #ifdef MAC
-	if (handle != NULL && MAP_SHARED) {
+	if (handle != NULL && (flags & MAP_SHARED) != 0) {
 		error = mac_check_vnode_mmap(td->td_ucred,
 		    (struct vnode *)handle, prot);
 	}

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?200210071844.g97Iigcx006087>