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

index 0719d0051c3bb31116d83db5e1590f11935858ab..f95c31862a5e2510659098f67e3b083409af08d8 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