patch-2.4.11-dontuse linux/scripts/split-include.c
Next file: linux/COPYING
Previous file: linux/scripts/kernel-doc
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Mon Oct 8 11:46:09 2001
- Orig file:
v2.4.10/linux/scripts/split-include.c
- Orig date:
Mon Jan 5 01:41:01 1998
diff -u --recursive --new-file v2.4.10/linux/scripts/split-include.c linux/scripts/split-include.c
@@ -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" );
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)