mesa: also check for __NetBSD__
This commit is contained in:
committed by
Brian Paul
parent
62db707a3d
commit
a63b90712a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user