From: Andr? L. A. <st...@us...> - 2004-03-31 17:06:18
|
Update of /cvsroot/uts/uts/src/tel/teld In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15992/src/tel/teld Modified Files: runchild.c Log Message: 1. camfits.st7 will now compile with includes and libs defined by --with-LALALA. 2. better variable names in camfits.fake and camfits.st4. 3. include includes in CXXFLAGS in configure.ac. Index: runchild.c =================================================================== RCS file: /cvsroot/uts/uts/src/tel/teld/runchild.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** runchild.c 11 Mar 2004 22:23:10 -0000 1.3 --- runchild.c 31 Mar 2004 16:54:27 -0000 1.4 *************** *** 37,46 **** { int chpid, res; ! chpid = vfork(); if (chpid == 0) { /* I am the child, load the code */ ! printf("%s\n", child_cmdline); res = system(child_cmdline); --- 37,46 ---- { int chpid, res; ! chpid = vfork(); if (chpid == 0) { /* I am the child, load the code */ ! printf("%s", child_cmdline); res = system(child_cmdline); |