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

Diff for /src/usr.bin/window/Attic/wwiomux.c between version 1.6 and 1.7

version 1.6, 1998/04/26 22:49:01 version 1.7, 2001/11/19 19:02:18
Line 65 
Line 65 
  */   */
 wwiomux()  wwiomux()
 {  {
         register struct ww *w;          struct ww *w;
         fd_set imask;          fd_set imask;
         register n;          int n;
         register char *p;          char *p;
         char c;          char c;
         struct timeval tv;          struct timeval tv;
         char noblock = 0;          char noblock = 0;

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