summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/modutils/files/modutils-notest.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/modutils/files/modutils-notest.patch')
-rw-r--r--meta/recipes-kernel/modutils/files/modutils-notest.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta/recipes-kernel/modutils/files/modutils-notest.patch b/meta/recipes-kernel/modutils/files/modutils-notest.patch
deleted file mode 100644
index ab100f2dcc..0000000000
--- a/meta/recipes-kernel/modutils/files/modutils-notest.patch
+++ /dev/null
@@ -1,16 +0,0 @@
1This test disables the annoying
2 Note: /etc/modules.conf is more recent than /lib/modules/2.4.19-rmk6-pxa1/modules.dep
3message.
4
5Upstream-Status: Inappropriate [disable feature]
6
7--- modutils-2.4.6/insmod/modprobe.c~notest Mon Feb 26 02:07:17 2001
8+++ modutils-2.4.6/insmod/modprobe.c Wed Feb 19 14:31:52 2003
9@@ -785,7 +785,6 @@
10 return -1;
11 }
12
13-#define EXTREMELY_CAUTIOUS
14 #ifdef EXTREMELY_CAUTIOUS
15 if (fstat(fileno(fin), &statbuf) != 0)
16 error("Could not stat %s", depfile);