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

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

version 1.4, 1997/02/25 00:05:11 version 1.5, 2001/11/19 19:02:18
Line 53 
Line 53 
 #endif  #endif
   
 wwgettty(d, t)  wwgettty(d, t)
 register struct ww_tty *t;  struct ww_tty *t;
 {  {
 #ifdef OLD_TTY  #ifdef OLD_TTY
         if (ioctl(d, TIOCGETP, (char *)&t->ww_sgttyb) < 0)          if (ioctl(d, TIOCGETP, (char *)&t->ww_sgttyb) < 0)
Line 82 
Line 82 
  * it changes, to avoid unnecessary flushing of typeahead.   * it changes, to avoid unnecessary flushing of typeahead.
  */   */
 wwsettty(d, t)  wwsettty(d, t)
 register struct ww_tty *t;  struct ww_tty *t;
 {  {
 #ifdef OLD_TTY  #ifdef OLD_TTY
         int i;          int i;

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