summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlair Sadewitz <blair.sadewitz.gmail.com>2008-07-14 08:16:46 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-07-14 08:16:46 -0600
commit2f5cd68797ee4a159fa0a5fc4d315e4d3f2f644e (patch)
tree637b87786e7fa5861bb7e10db20a3acfbd51d62e
parent64979d618a24e8378d95944d5f1d1b5847880a48 (diff)
mesa: also check for __NetBSD__
-rw-r--r--src/mesa/main/execmem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/execmem.c b/src/mesa/main/execmem.c
index aa40b02205..0fe85af93e 100644
--- a/src/mesa/main/execmem.c
+++ b/src/mesa/main/execmem.c
@@ -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