| Kernel v2.4.11 /scripts/split-include.c |
|---|
 2.4.11
 scripts
 split-include.c
diff -u --recursive --new-file v2.4.10/linux/scripts/split-include.c linux/scripts/split-include.c
--- v2.4.10/linux/scripts/split-include.c Mon Jan 5 01:41:01 1998
+++ linux/scripts/split-include.c Mon Oct 8 11:46:09 2001
@@ -188,7 +188,7 @@
* So by having an initial \n, strstr will find exact matches.
*/
- fp_find = popen("find * -type f -print", "r");
+ fp_find = popen("find * -type f -name \"*.h\" -print", "r");
if (fp_find == 0)
ERROR_EXIT( "find" );
|