[PATCH] Hurd fix
Samuel Thibault
samuel.thibault at ens-lyon.org
Sun Sep 27 08:30:23 PDT 2009
I hadn't paid attention that the parameters order had changed, here is a
trivial patch, please apply.
BTW, I was wondering, maybe I could get commit access to such part of
the code, instead of having to bother main developers?
Samuel
-------------- next part --------------
diff --git a/hw/xfree86/os-support/hurd/hurd_video.c b/hw/xfree86/os-support/hurd/hurd_video.c
index b8b00c8..4a99db3 100644
--- a/hw/xfree86/os-support/hurd/hurd_video.c
+++ b/hw/xfree86/os-support/hurd/hurd_video.c
@@ -42,7 +42,7 @@
* Video Memory Mapping section
***************************************************************************/
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;
memory_object_t iopl_mem;
More information about the xorg
mailing list