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

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

version 1.4, 1998/04/26 22:49:00 version 1.5, 2001/11/19 19:02:18
Line 53 
Line 53 
 #endif  #endif
   
 wwgetpty(w)  wwgetpty(w)
 register struct ww *w;  struct ww *w;
 {  {
         register char c, *p;          char c, *p;
         int tty;          int tty;
         int on = 1;          int on = 1;
 #define PTY "/dev/XtyXX"  #define PTY "/dev/XtyXX"

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