From: Paul M. <le...@us...> - 2001-11-06 00:31:16
|
Update of /cvsroot/linux-mips/linux/scripts In directory usw-pr-cvs1:/tmp/cvs-serv388/scripts Modified Files: split-include.c Log Message: Sync with OSS 2.4.11. Index: split-include.c =================================================================== RCS file: /cvsroot/linux-mips/linux/scripts/split-include.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- split-include.c 2001/11/05 18:52:49 1.3 +++ split-include.c 2001/11/06 00:30:47 1.4 @@ -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" ); |