mesa: also check for __NetBSD__
authorBlair Sadewitz <blair.sadewitz.gmail.com>
Mon, 14 Jul 2008 14:16:46 +0000 (08:16 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 14 Jul 2008 14:16:46 +0000 (08:16 -0600)
src/mesa/main/execmem.c

index aa40b02..0fe85af 100644 (file)
@@ -36,7 +36,7 @@
 
 
 
-#if defined(__linux__) || defined(__OpenBSD__)
+#if defined(__linux__) || defined(__OpenBSD__) || defined(_NetBSD__)
 
 /*
  * Allocate a large block of memory which can hold code then dole it out