Drop XFree86Server from execmem.c

This is a remnant from the libcwrapper days that can be removed now. It is the
last XFree86 glitch in Mesa core.

Reverts the following commit (thanks to Brian Paul for pointing to it):

commit 8b1dc68662
Author: Alan Hourihane <alanh@tungstengraphics.com>
Date:   Tue Jan 24 21:40:53 2006 +0000

    pull in fix from 6.4 branch for XFree86Server definition

commit cc7b6810e2
Author: Ian Romanick <idr@us.ibm.com>
Date:   Fri Oct 21 18:09:24 2005 +0000

    Make execmem.c compile in the server (libGLcore).  Since xf86mmap
    doesn't know about MAP_ANONYMOUS, this is the only viable fix.  This
    issue will likely have to be revisited at some point.
This commit is contained in:
George Sapountzis 2007-04-07 18:41:14 +03:00
parent 55000888b9
commit 20ec486baf

View file

@ -36,7 +36,7 @@
#if defined(__linux__) && !defined(XFree86Server)
#if defined(__linux__)
/*
* Allocate a large block of memory which can hold code then dole it out