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