SOURCES: X11-driver-firegl-VM_SHM-fix.patch (NEW) - Needed for ker...

matkor matkor at pld-linux.org
Sun Dec 10 20:00:23 CET 2006


Author: matkor                       Date: Sun Dec 10 19:00:23 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- Needed for kernels since 2.6.18.

---- Files affected:
SOURCES:
   X11-driver-firegl-VM_SHM-fix.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/X11-driver-firegl-VM_SHM-fix.patch
diff -u /dev/null SOURCES/X11-driver-firegl-VM_SHM-fix.patch:1.1
--- /dev/null	Sun Dec 10 20:00:23 2006
+++ SOURCES/X11-driver-firegl-VM_SHM-fix.patch	Sun Dec 10 20:00:17 2006
@@ -0,0 +1,11 @@
+--- X11-driver-firegl-8.27.10/common/lib/modules/fglrx/build_mod/firegl_public.c.diff_VM_SHM	2006-12-10 11:44:09.000000000 +0100
++++ X11-driver-firegl-8.27.10/common/lib/modules/fglrx/build_mod/firegl_public.c	2006-12-10 11:45:59.000000000 +0100
+@@ -27,6 +27,8 @@
+ #include <linux/version.h>
+ #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,18)
+ #include <linux/utsrelease.h>
++  /* VM_SHM is gone since 2.6.18 http://forums.gentoo.org/viewtopic-t-517697.html?sid=b791467f487342ca3fe1dc887e30d3e9  */
++#define VM_SHM             0x00000000      /* Means nothing: delete it later */
+ #endif
+ #ifdef MODVERSIONS
+ #if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,71)
================================================================


More information about the pld-cvs-commit mailing list