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

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)