microperl.patch 858 B

123456789101112131415161718192021222324
  1. diff -Nur linux-2.6.30.5.orig/scripts/headers_check.pl linux-2.6.30.5/scripts/headers_check.pl
  2. --- linux-2.6.30.5.orig/scripts/headers_check.pl 2009-08-16 23:19:38.000000000 +0200
  3. +++ linux-2.6.30.5/scripts/headers_check.pl 2009-09-14 21:16:21.000000000 +0200
  4. @@ -18,7 +18,7 @@
  5. #
  6. # 3) Check for leaked CONFIG_ symbols
  7. -use strict;
  8. +#use strict;
  9. my ($dir, $arch, @files) = @ARGV;
  10. diff -Nur linux-2.6.30.5.orig/scripts/headers_install.pl linux-2.6.30.5/scripts/headers_install.pl
  11. --- linux-2.6.30.5.orig/scripts/headers_install.pl 2009-08-16 23:19:38.000000000 +0200
  12. +++ linux-2.6.30.5/scripts/headers_install.pl 2009-09-14 21:16:11.000000000 +0200
  13. @@ -16,7 +16,7 @@
  14. # 2) Drop include of compiler.h
  15. # 3) Drop all sections defined out by __KERNEL__ (using unifdef)
  16. -use strict;
  17. +#use strict;
  18. my ($readdir, $installdir, $arch, @files) = @ARGV;