[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.5 and 1.6

version 1.5, 1998/03/17 04:11:54 version 1.6, 2001/11/19 19:02:18
Line 55 
Line 55 
  * Set up the environment of this process to run in window 'wp'.   * Set up the environment of this process to run in window 'wp'.
  */   */
 wwenviron(wp)  wwenviron(wp)
 register struct ww *wp;  struct ww *wp;
 {  {
         register i;          int i;
 #ifndef TIOCSCTTY  #ifndef TIOCSCTTY
         int pgrp = getpid();          int pgrp = getpid();
 #endif  #endif

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