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:
parent
fb7938315b
commit
78ad6ca9a9
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue