rpms/xorg-x11-server/devel xserver-1.5.99.3-broken-mtrr-header.patch, 1.1, 1.2

Adam Jackson ajax at fedoraproject.org
Thu Jan 8 15:26:19 UTC 2009


Author: ajax

Update of /cvs/pkgs/rpms/xorg-x11-server/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23538

Modified Files:
	xserver-1.5.99.3-broken-mtrr-header.patch 
Log Message:
more typedef lols

xserver-1.5.99.3-broken-mtrr-header.patch:

Index: xserver-1.5.99.3-broken-mtrr-header.patch
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-server/devel/xserver-1.5.99.3-broken-mtrr-header.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xserver-1.5.99.3-broken-mtrr-header.patch	8 Jan 2009 15:06:55 -0000	1.1
+++ xserver-1.5.99.3-broken-mtrr-header.patch	8 Jan 2009 15:25:48 -0000	1.2
@@ -12,10 +12,11 @@
 index 60e8ae1..537d740 100644
 --- a/hw/kdrive/src/kmap.c
 +++ b/hw/kdrive/src/kmap.c
-@@ -27,6 +27,7 @@
+@@ -27,6 +27,8 @@
  #include <unistd.h>
  #include <sys/mman.h>
  #ifdef HAVE_ASM_MTRR_H
++typedef unsigned char u8;
 +typedef unsigned int u32;
  #include <asm/mtrr.h>
  #endif
@@ -24,10 +25,11 @@
 index 688106a..535c3a0 100644
 --- a/hw/xfree86/os-support/linux/lnx_video.c
 +++ b/hw/xfree86/os-support/linux/lnx_video.c
-@@ -44,6 +44,7 @@
+@@ -44,6 +45,8 @@
  #endif
  
  #ifdef HAS_MTRR_SUPPORT
++typedef unsigned char u8;
 +typedef unsigned int u32;
  #include <asm/mtrr.h>
  #endif




More information about the fedora-extras-commits mailing list