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

Diff for /src/usr.bin/window/Attic/wwspawn.c between version 1.4 and 1.5

version 1.4, 1996/12/06 02:28:58 version 1.5, 1997/02/25 00:05:09
Line 47 
Line 47 
   
 #include "ww.h"  #include "ww.h"
 #include <sys/signal.h>  #include <sys/signal.h>
 #include <stdio.h>  
   
 /*  /*
  * There is a dead lock with vfork and closing of pseudo-ports.   * There is a dead lock with vfork and closing of pseudo-ports.
Line 78 
Line 77 
                 erred = 1;                  erred = 1;
                 _exit(1);                  _exit(1);
         default:          default:
                 (void) wait(NULL);  
                 if (erred) {                  if (erred) {
                         wwerrno = WWE_SYS;                          wwerrno = WWE_SYS;
                         ret = -1;                          ret = -1;

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5