projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62db707
)
mesa: also check for __NetBSD__
author
Blair Sadewitz
<blair.sadewitz.gmail.com>
Mon, 14 Jul 2008 14:15:10 +0000
(08:15 -0600)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 14 Jul 2008 14:15:10 +0000
(08:15 -0600)
src/mesa/main/execmem.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/execmem.c
b/src/mesa/main/execmem.c
index 0719d0051c3bb31116d83db5e1590f11935858ab..f95c31862a5e2510659098f67e3b083409af08d8 100644
(file)
--- 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