diff options
author | Christian Heim <phreak@gentoo.org> | 2006-12-07 19:40:29 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2006-12-07 19:40:29 +0000 |
commit | 5571ab7a48a5ea41c057fd2f6c6cdb367c39a18a (patch) | |
tree | b601a93082408acd0f887d9af5da8e4e19f4dbdd /net-wireless/ieee80211/files | |
parent | clean out old ebuilds (diff) | |
download | historical-5571ab7a48a5ea41c057fd2f6c6cdb367c39a18a.tar.gz historical-5571ab7a48a5ea41c057fd2f6c6cdb367c39a18a.tar.bz2 historical-5571ab7a48a5ea41c057fd2f6c6cdb367c39a18a.zip |
Adding a patch for ieee80211-1.1.13 compilation against linux-2.6.19 (thanks to Scott Van Der Wall <svdw@udel.edu> for the patch and Stefan for bugging me about it).
Package-Manager: portage-2.1.2_rc2-r5
Diffstat (limited to 'net-wireless/ieee80211/files')
-rw-r--r-- | net-wireless/ieee80211/files/ieee80211-1.1.13-linux-2.6.19.patch | 101 |
1 files changed, 101 insertions, 0 deletions
diff --git a/net-wireless/ieee80211/files/ieee80211-1.1.13-linux-2.6.19.patch b/net-wireless/ieee80211/files/ieee80211-1.1.13-linux-2.6.19.patch new file mode 100644 index 000000000000..e9e95601b7dd --- /dev/null +++ b/net-wireless/ieee80211/files/ieee80211-1.1.13-linux-2.6.19.patch @@ -0,0 +1,101 @@ +Index: ieee80211-1.1.13/ieee80211_crypt_ccmp.c +=================================================================== +--- ieee80211-1.1.13.orig/ieee80211_crypt_ccmp.c ++++ ieee80211-1.1.13/ieee80211_crypt_ccmp.c +@@ -8,8 +8,9 @@ + * published by the Free Software Foundation. See README and COPYING for + * more details. + */ +- ++#ifndef AUTOCONF_INCLUDED + #include <linux/config.h> ++#endif + #include <linux/module.h> + #include <linux/init.h> + #include <linux/slab.h> +Index: ieee80211-1.1.13/ieee80211_crypt_tkip.c +=================================================================== +--- ieee80211-1.1.13.orig/ieee80211_crypt_tkip.c ++++ ieee80211-1.1.13/ieee80211_crypt_tkip.c +@@ -8,8 +8,9 @@ + * published by the Free Software Foundation. See README and COPYING for + * more details. + */ +- ++#ifndef AUTOCONF_INCLUDED + #include <linux/config.h> ++#endif + #include <linux/module.h> + #include <linux/init.h> + #include <linux/slab.h> +Index: ieee80211-1.1.13/ieee80211_crypt_wep.c +=================================================================== +--- ieee80211-1.1.13.orig/ieee80211_crypt_wep.c ++++ ieee80211-1.1.13/ieee80211_crypt_wep.c +@@ -8,8 +8,9 @@ + * published by the Free Software Foundation. See README and COPYING for + * more details. + */ +- ++#ifndef AUTOCONF_INCLUDED + #include <linux/config.h> ++#endif + #include <linux/module.h> + #include <linux/init.h> + #include <linux/slab.h> +Index: ieee80211-1.1.13/ieee80211_geo.c +=================================================================== +--- ieee80211-1.1.13.orig/ieee80211_geo.c ++++ ieee80211-1.1.13/ieee80211_geo.c +@@ -24,7 +24,9 @@ + + ******************************************************************************/ + #include <linux/compiler.h> ++#ifndef AUTOCONF_INCLUDED + #include <linux/config.h> ++#endif + #include <linux/errno.h> + #include <linux/if_arp.h> + #include <linux/in6.h> +Index: ieee80211-1.1.13/ieee80211_module.c +=================================================================== +--- ieee80211-1.1.13.orig/ieee80211_module.c ++++ ieee80211-1.1.13/ieee80211_module.c +@@ -31,7 +31,9 @@ + *******************************************************************************/ + + #include <linux/compiler.h> ++#ifndef AUTOCONF_INCLUDED + #include <linux/config.h> ++#endif + #include <linux/errno.h> + #include <linux/if_arp.h> + #include <linux/in6.h> +Index: ieee80211-1.1.13/ieee80211_rx.c +=================================================================== +--- ieee80211-1.1.13.orig/ieee80211_rx.c ++++ ieee80211-1.1.13/ieee80211_rx.c +@@ -14,7 +14,9 @@ + */ + + #include <linux/compiler.h> ++#ifndef AUTOCONF_INCLUDED + #include <linux/config.h> ++#endif + #include <linux/errno.h> + #include <linux/if_arp.h> + #include <linux/in6.h> +Index: ieee80211-1.1.13/ieee80211_tx.c +=================================================================== +--- ieee80211-1.1.13.orig/ieee80211_tx.c ++++ ieee80211-1.1.13/ieee80211_tx.c +@@ -24,7 +24,9 @@ + + ******************************************************************************/ + #include <linux/compiler.h> ++#ifndef AUTOCONF_INCLUDED + #include <linux/config.h> ++#endif + #include <linux/errno.h> + #include <linux/if_arp.h> + #include <linux/in6.h> |