Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.4.11 /scripts/split-include.c

Filename:/scripts/split-include.c
Lines Added:1
Lines Deleted:1
Also changed in: (Previous) 2.4.11-pre6 
(Following) 2.4.19-pre9  2.4.19-pre10  2.4.19-rc1  2.4.19-rc2  2.4.19-rc3  2.4.19-rc4 

Location
[  2.4.11
  [  scripts
     o  split-include.c

Patch

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" );
 


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.