diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-08-05 22:49:12 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-08-05 22:49:12 +0200 |
commit | a2e96ddb9519a2f40857f11501b88e465d25082d (patch) | |
tree | 10defcae7e5d0452ca35d7d43e8fac59f5038064 /toolchain/kernel-headers/patches/2.6.35/microperl.patch | |
parent | dd48d0019b7f5442cef387b5754a276b33f8e52f (diff) | |
parent | 91024313d470314ecd49ecc0a9cdd80573b24139 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain/kernel-headers/patches/2.6.35/microperl.patch')
-rw-r--r-- | toolchain/kernel-headers/patches/2.6.35/microperl.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/toolchain/kernel-headers/patches/2.6.35/microperl.patch b/toolchain/kernel-headers/patches/2.6.35/microperl.patch new file mode 100644 index 000000000..2955b7421 --- /dev/null +++ b/toolchain/kernel-headers/patches/2.6.35/microperl.patch @@ -0,0 +1,24 @@ +diff -Nur linux-2.6.30.5.orig/scripts/headers_check.pl linux-2.6.30.5/scripts/headers_check.pl +--- linux-2.6.30.5.orig/scripts/headers_check.pl 2009-08-16 23:19:38.000000000 +0200 ++++ linux-2.6.30.5/scripts/headers_check.pl 2009-09-14 21:16:21.000000000 +0200 +@@ -18,7 +18,7 @@ + # + # 3) Check for leaked CONFIG_ symbols + +-use strict; ++#use strict; + + my ($dir, $arch, @files) = @ARGV; + +diff -Nur linux-2.6.30.5.orig/scripts/headers_install.pl linux-2.6.30.5/scripts/headers_install.pl +--- linux-2.6.30.5.orig/scripts/headers_install.pl 2009-08-16 23:19:38.000000000 +0200 ++++ linux-2.6.30.5/scripts/headers_install.pl 2009-09-14 21:16:11.000000000 +0200 +@@ -16,7 +16,7 @@ + # 2) Drop include of compiler.h + # 3) Drop all sections defined out by __KERNEL__ (using unifdef) + +-use strict; ++#use strict; + + my ($readdir, $installdir, $arch, @files) = @ARGV; + |