From: Blair Sadewitz Date: Mon, 14 Jul 2008 14:16:46 +0000 (-0600) Subject: mesa: also check for __NetBSD__ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2f5cd68797ee4a159fa0a5fc4d315e4d3f2f644e;p=mesa.git mesa: also check for __NetBSD__ --- diff --git a/src/mesa/main/execmem.c b/src/mesa/main/execmem.c index aa40b022051..0fe85af93e0 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