mesa: also check for __NetBSD__

This commit is contained in:
Blair Sadewitz 2008-07-14 08:15:10 -06:00 committed by Brian Paul
parent 62db707a3d
commit a63b90712a

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