]> git.pld-linux.org Git - packages/X11-driver-firegl.git/commitdiff
- Needed for kernels since 2.6.18.
authorMateusz Korniak <matkor@pld-linux.org>
Sun, 10 Dec 2006 19:00:17 +0000 (19:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    X11-driver-firegl-VM_SHM-fix.patch -> 1.1

X11-driver-firegl-VM_SHM-fix.patch [new file with mode: 0644]

diff --git a/X11-driver-firegl-VM_SHM-fix.patch b/X11-driver-firegl-VM_SHM-fix.patch
new file mode 100644 (file)
index 0000000..69724b9
--- /dev/null
@@ -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)
This page took 0.11845 seconds and 4 git commands to generate.