mesa: also check for __NetBSD__
This commit is contained in:
committed by
Brian Paul
parent
64979d618a
commit
2f5cd68797
@@ -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