diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2010-12-30 15:29:55 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2010-12-30 15:29:55 +0000 |
commit | 7b5e17c026ea92ff94639292df21605f525a7cf2 (patch) | |
tree | d49692e61bb440b39cdd08737321356ad2366000 /net-wireless/broadcom-sta/files | |
parent | Stable for HPPA PPC SPARC (bug #349906). (diff) | |
download | gentoo-2-7b5e17c026ea92ff94639292df21605f525a7cf2.tar.gz gentoo-2-7b5e17c026ea92ff94639292df21605f525a7cf2.tar.bz2 gentoo-2-7b5e17c026ea92ff94639292df21605f525a7cf2.zip |
Version bumped, bug #349646. the ebuild is submitted by Yoan Blanc.
(Portage version: 2.1.9.26/cvs/Linux x86_64)
Diffstat (limited to 'net-wireless/broadcom-sta/files')
-rw-r--r-- | net-wireless/broadcom-sta/files/broadcom-sta-5.100.82.38-gcc.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-wireless/broadcom-sta/files/broadcom-sta-5.100.82.38-gcc.patch b/net-wireless/broadcom-sta/files/broadcom-sta-5.100.82.38-gcc.patch new file mode 100644 index 000000000000..048565376d75 --- /dev/null +++ b/net-wireless/broadcom-sta/files/broadcom-sta-5.100.82.38-gcc.patch @@ -0,0 +1,11 @@ +diff -Naur broadcom-sta-5.60.246.2.orig//src/wl/sys/wl_iw.h broadcom-sta-5.60.246.2/src/wl/sys/wl_iw.h +--- broadcom-sta-5.60.246.2.orig//src/wl/sys/wl_iw.h 2010-10-08 07:32:59.000000000 +0900 ++++ broadcom-sta-5.60.246.2/src/wl/sys/wl_iw.h 2010-10-28 00:50:57.925351964 +0900 +@@ -15,6 +15,7 @@ + #ifndef _wl_iw_h_ + #define _wl_iw_h_ + ++#include <linux/semaphore.h> + #include <linux/wireless.h> + + #include <typedefs.h> |