repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 19 12:17:07 UTC 2012
[aur-mirror.git]
/
kernel-netbook-ice
/
semaphore.patch
blob
6b481b3e3725e6abb62173a8c9a6889a6e5256fe
1
diff -aur old/src/wl/sys/wl_iw.h new/src/wl/sys/wl_iw.h
2
--- old/src/wl/sys/wl_iw.h 2010-12-15 02:58:07.000000000 +0100
3
+++ new/src/wl/sys/wl_iw.h 2010-12-25 18:17:01.826676379 +0100
4
@@ -15,6 +15,7 @@
5
#ifndef _wl_iw_h_
6
#define _wl_iw_h_
7
8
+#include <linux/semaphore.h>
9
#include <linux/wireless.h>
10
11
#include <typedefs.h>
12