Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Sep 2014 19:18:24 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 1200532 for review
Message-ID:  <201409191918.s8JJIOxR004800@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@1200532?ac=10

Change 1200532 by jhb@jhb_ralph on 2014/09/19 19:18:17

	Compile.

Affected files ...

.. //depot/projects/smpng/sys/vm/vm_mmap.c#115 edit

Differences ...

==== //depot/projects/smpng/sys/vm/vm_mmap.c#115 (text+ko) ====

@@ -222,7 +222,7 @@
 	/*
 	 * Ignore old flags that used to be defined but did not do anything.
 	 */
-	if (curproc < P_OSREL_MAP_RENAME)
+	if (td->td_proc->p_osrel < P_OSREL_MAP_RENAME)
 		flags &= ~(MAP_RESERVED0020 | MAP_RESERVED0040);
 	
 	/*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409191918.s8JJIOxR004800>