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

Diff for /src/usr.bin/window/Attic/wwrint.c between version 1.7 and 1.8

version 1.7, 2003/08/01 22:01:38 version 1.8, 2005/04/13 02:33:09
Line 62 
Line 62 
         int n;          int n;
   
         wwnread++;          wwnread++;
         n = read(0, wwibq, wwibe - wwibq);          n = read(STDIN_FILENO, wwibq, wwibe - wwibq);
         if (n > 0) {          if (n > 0) {
                 if (tt.tt_rint)                  if (tt.tt_rint)
                         n = (*tt.tt_rint)(wwibq, n);                          n = (*tt.tt_rint)(wwibq, n);

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