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

Diff for /src/usr.bin/window/Attic/wwenviron.c between version 1.9 and 1.10

version 1.9, 2003/07/10 00:06:52 version 1.10, 2003/08/01 22:01:37
Line 42 
Line 42 
 #endif /* not lint */  #endif /* not lint */
   
 #include "ww.h"  #include "ww.h"
 #if !defined(OLD_TTY) && !defined(TIOCSCTTY) && !defined(TIOCNOTTY)  #if !defined(OLD_TTY)
 #include <sys/ioctl.h>  #include <sys/ioctl.h>
 #endif  #endif
 #include <sys/signal.h>  #include <sys/signal.h>
   #include <fcntl.h>
 #include <signal.h>  #include <signal.h>
 #include <stdio.h>  #include <stdio.h>
   #include <stdlib.h>
   #include <unistd.h>
   
 /*  /*
  * Set up the environment of this process to run in window 'wp'.   * Set up the environment of this process to run in window 'wp'.

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