projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9a8b44
)
compat: fix TASK_INTERRUPTIBLE missing
author
Hauke Mehrtens
<hauke@hauke-m.de>
Sun, 24 Apr 2011 16:11:15 +0000
(18:11 +0200)
committer
Luis R. Rodriguez
<lrodriguez@atheros.com>
Mon, 25 Apr 2011 18:45:43 +0000
(11:45 -0700)
When compiling against the Ubuntu Natty kernel (2.6.38-8-generic)
TASK_INTERRUPTIBLE is not defined here.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
compat/compat-2.6.39.c
patch
|
blob
|
history
diff --git
a/compat/compat-2.6.39.c
b/compat/compat-2.6.39.c
index 8d858776d291b32d5371f2031237ac68a613794a..5bb932218d15448a2f3600b97156c1f839bc3135 100644
(file)
--- a/
compat/compat-2.6.39.c
+++ b/
compat/compat-2.6.39.c
@@
-10,6
+10,7
@@
#include <linux/compat.h>
#include <linux/tty.h>
+#include <linux/sched.h>
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,27))
/*