xfree86: Hurd fix

I hadn't paid attention that the parameters order had changed, here is a
trivial patch, please apply.

Signed-off-by: Julien Cristau <jcristau@debian.org>
This commit is contained in:
Samuel Thibault 2009-09-27 17:30:23 +02:00 committed by Julien Cristau
parent fb7938315b
commit 78ad6ca9a9

View File

@ -42,7 +42,7 @@
* Video Memory Mapping section * Video Memory Mapping section
***************************************************************************/ ***************************************************************************/
static pointer static pointer
mapVidMem(int ScreenNum,int Flags, unsigned long Base, unsigned long Size) mapVidMem(int ScreenNum, unsigned long Base, unsigned long Size, int Flags)
{ {
mach_port_t device,iopl_dev; mach_port_t device,iopl_dev;
memory_object_t iopl_mem; memory_object_t iopl_mem;