[BACK]Return to common.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / rdist

Diff for /src/usr.bin/rdist/common.c between version 1.10 and 1.11

version 1.10, 2000/11/10 15:33:12 version 1.11, 2001/07/09 07:04:51
Line 836 
Line 836 
                 (void) dup(fd[PIPE_WRITE]);                  (void) dup(fd[PIPE_WRITE]);
                 (void) close(fd[PIPE_READ]);                  (void) close(fd[PIPE_READ]);
                 (void) close(fd[PIPE_WRITE]);                  (void) close(fd[PIPE_WRITE]);
                 (void) execl(_PATH_BSHELL, "sh", "-c", cmd, 0);                  (void) execl(_PATH_BSHELL, "sh", "-c", cmd, (char *)NULL);
                 _exit(127);                  _exit(127);
         }          }
         (void) close(fd[PIPE_WRITE]);          (void) close(fd[PIPE_WRITE]);

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11