mesa: also check for __NetBSD__

This commit is contained in:
Blair Sadewitz 2008-07-14 08:16:46 -06:00 committed by Brian Paul
parent 64979d618a
commit 2f5cd68797

View file

@ -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