xserver: Branch 'master'

Julien Cristau jcristau at kemper.freedesktop.org
Sun Sep 27 15:59:38 PDT 2009


 hw/xfree86/os-support/hurd/hurd_video.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 78ad6ca9a97440b74019c00a28144ea7d1e03431
Author: Samuel Thibault <samuel.thibault at ens-lyon.org>
Date:   Sun Sep 27 17:30:23 2009 +0200

    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 at debian.org>

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-commit mailing list