public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] gentoo-x86 commit in net-wireless/acx/files: acx-2.6.33.patch
@ 2010-02-28 17:40 99% Fabio Erculiani (lxnay)
  0 siblings, 0 replies; 1+ results
From: Fabio Erculiani (lxnay) @ 2010-02-28 17:40 UTC (permalink / raw
  To: gentoo-commits

lxnay       10/02/28 17:40:01

  Added:                acx-2.6.33.patch
  Log:
  add 2.6.33 kernel support
  (Portage version: 2.2_rc62/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  net-wireless/acx/files/acx-2.6.33.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/acx/files/acx-2.6.33.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/acx/files/acx-2.6.33.patch?rev=1.1&content-type=text/plain

Index: acx-2.6.33.patch
===================================================================
diff -Nurp acx-20080210.orig/pci.c acx-20080210/pci.c
--- acx-20080210.orig/pci.c     2010-02-28 14:09:55.000000000 +0000
+++ acx-20080210/pci.c  2010-02-28 14:13:09.000000000 +0000
@@ -35,8 +35,12 @@

 /* Linux 2.6.18+ uses <linux/utsrelease.h> */
 #ifndef UTS_RELEASE
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,33)
+#include <generated/utsrelease.h>
+#else
 #include <linux/utsrelease.h>
 #endif
+#endif

 #include <linux/compiler.h> /* required for Lx 2.6.8 ?? */
 #include <linux/kernel.h>






^ permalink raw reply	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2010-02-28 17:40 99% [gentoo-commits] gentoo-x86 commit in net-wireless/acx/files: acx-2.6.33.patch Fabio Erculiani (lxnay)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox