mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-11 07:20:30 +01:00
pull in fix from 6.4 branch for XFree86Server definition
This commit is contained in:
parent
4dd8a8907e
commit
8b1dc68662
1 changed files with 1 additions and 2 deletions
|
|
@ -36,14 +36,13 @@
|
|||
|
||||
|
||||
|
||||
#ifdef __linux__
|
||||
#if defined(__linux__) && !defined(XFree86Server)
|
||||
|
||||
/*
|
||||
* Allocate a large block of memory which can hold code then dole it out
|
||||
* in pieces by means of the generic memory manager code.
|
||||
*/
|
||||
|
||||
|
||||
#include <unistd.h>
|
||||
#include <sys/mman.h>
|
||||
#include "mm.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue