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

Diff for /src/usr.bin/window/Attic/wwchild.c between version 1.7 and 1.8

version 1.7, 2003/06/03 02:56:23 version 1.8, 2004/03/16 01:11:09
Line 45 
Line 45 
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/wait.h>  #include <sys/wait.h>
   
   #include <errno.h>
   
 void  void
 wwchild()  wwchild()
 {  {
         extern errno;  
         int olderrno;          int olderrno;
         struct ww **wp;          struct ww **wp;
         int w;          int w;

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8