Package: xorg-server Version: 1.6.3.901-1 Severity: important Hello,
I hadn't paid attention that the flags parameters had moved, breaking everything, here is a fixup for hurd-i386. Samuel -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.31 (SMP w/2 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash
--- debian/patches/20_hurd-i386.diff.orig 2009-09-27 17:03:36.000000000 +0100 +++ debian/patches/20_hurd-i386.diff 2009-09-27 17:03:54.000000000 +0100 @@ -65,7 +65,7 @@ -pointer -xf86MapVidMem(int ScreenNum,int Flags, unsigned long Base, unsigned long Size) +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;