[quake3-commits] r1803 - trunk/code/qcommon

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Nov 22 02:12:35 EST 2010


Author: ludwig
Date: 2010-11-22 02:12:35 -0500 (Mon, 22 Nov 2010)
New Revision: 1803

Modified:
   trunk/code/qcommon/vm_x86.c
Log:
use mmap on freebsd too

Modified: trunk/code/qcommon/vm_x86.c
===================================================================
--- trunk/code/qcommon/vm_x86.c	2010-10-25 06:43:55 UTC (rev 1802)
+++ trunk/code/qcommon/vm_x86.c	2010-11-22 07:12:35 UTC (rev 1803)
@@ -36,7 +36,7 @@
 
 /* need this on NX enabled systems (i386 with PAE kernel or
  * noexec32=on x86_64) */
-#ifdef __linux__
+#if defined(__linux__) || defined(__FreeBSD__)
 #define VM_X86_MMAP
 #endif
 



More information about the quake3-commits mailing list