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