aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/files/linux-2.6-limits.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2011-04-28 13:29:23 +0200
committerKoen Kooi <koen@openembedded.org>2011-04-28 13:29:23 +0200
commit61e09b313e58d999633029d8d840673dee2c94d9 (patch)
tree8e99711fa35e45f0ac160dd1817490620db38205 /recipes/linux/files/linux-2.6-limits.patch
parent71eb55a998a150f3dc828d2478b7875f807b3536 (diff)
downloadopenembedded-61e09b313e58d999633029d8d840673dee2c94d9.tar.gz
Revert "linux: move stale patches to /obsolete/linux"
this breaks multikernel.inc This reverts commit 71eb55a998a150f3dc828d2478b7875f807b3536.
Diffstat (limited to 'recipes/linux/files/linux-2.6-limits.patch')
-rw-r--r--recipes/linux/files/linux-2.6-limits.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/linux/files/linux-2.6-limits.patch b/recipes/linux/files/linux-2.6-limits.patch
new file mode 100644
index 0000000000..777a2fa671
--- /dev/null
+++ b/recipes/linux/files/linux-2.6-limits.patch
@@ -0,0 +1,10 @@
+--- linux/scripts/mod/sumversion.c.orig 2009-03-15 21:44:58.000000000 +0100
++++ linux/scripts/mod/sumversion.c 2009-03-15 21:44:58.000000000 +0100
+@@ -8,6 +8,7 @@
+ #include <errno.h>
+ #include <string.h>
+ #include "modpost.h"
++#include <linux/limits.h>
+
+ /*
+ * Stolen form Cryptographic API.