microperl.patch 400 B

12345678910111213
  1. diff -Nur linux-3.11.5.orig/scripts/headers_check.pl linux-3.11.5/scripts/headers_check.pl
  2. --- linux-3.11.5.orig/scripts/headers_check.pl 2013-10-14 03:14:45.000000000 +0200
  3. +++ linux-3.11.5/scripts/headers_check.pl 2013-10-16 17:08:59.000000000 +0200
  4. @@ -18,7 +18,7 @@
  5. #
  6. # 3) Check for leaked CONFIG_ symbols
  7. -use strict;
  8. +#use strict;
  9. use File::Basename;
  10. my ($dir, $arch, @files) = @ARGV;