Author: glen Date: Wed Dec 6 16:18:39 2006 GMT Module: SOURCES Tag: firegl-8_28 ---- Log message: - <linux/utsrelease.h> for 2.6.18 kernels (thx sparky)
---- Files affected: SOURCES: X11-driver-firegl-utsrelease.patch (NONE -> 1.1.2.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/X11-driver-firegl-utsrelease.patch diff -u /dev/null SOURCES/X11-driver-firegl-utsrelease.patch:1.1.2.1 --- /dev/null Wed Dec 6 17:18:39 2006 +++ SOURCES/X11-driver-firegl-utsrelease.patch Wed Dec 6 17:18:34 2006 @@ -0,0 +1,12 @@ +--- X11-driver-firegl-8.28.8/common/lib/modules/fglrx/build_mod/firegl_public.c~ 2006-08-17 19:10:13.000000000 +0300 ++++ X11-driver-firegl-8.28.8/common/lib/modules/fglrx/build_mod/firegl_public.c 2006-12-06 18:15:58.828298442 +0200 +@@ -23,6 +23,9 @@ + + // ============================================================ + #include <linux/version.h> ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,18) ++#include <linux/utsrelease.h> ++#endif + #ifdef MODVERSIONS + #if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,71) + #include <linux/modversions.h> ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
