From: Hans-Bernhard B. <br...@us...> - 2014-11-20 21:16:25
|
Update of /cvsroot/cscope/cscope/src In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29792 Modified Files: exec.c Log Message: Initialize a local Index: exec.c =================================================================== RCS file: /cvsroot/cscope/cscope/src/exec.c,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -r1.12 -r1.13 *** exec.c 10 Apr 2009 13:39:23 -0000 1.12 --- exec.c 20 Nov 2014 21:16:21 -0000 1.13 *************** *** 169,173 **** join(pid_t p) { ! int status; pid_t w; --- 169,173 ---- join(pid_t p) { ! int status = -1; pid_t w; |