ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/netproc.c
(Generate patch)

Comparing ray/src/util/netproc.c (file contents):
Revision 2.13 by greg, Mon Nov 10 16:52:24 2003 UTC vs.
Revision 2.14 by greg, Tue Nov 11 16:24:06 2003 UTC

# Line 172 | Line 172 | int    (*compf)();
172                  exit(1);
173          }
174                                          /* start child process */
175 <        if ((pid = vfork()) == 0) {
175 >        if ((pid = fork()) == 0) {
176                  close(pfd[0]);                  /* connect stderr to pipe */
177                  if (pfd[1] != 2) {
178                          dup2(pfd[1], 2);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines