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

Diff for /src/usr.bin/less/os.c between version 1.14 and 1.15

version 1.14, 2015/11/06 15:50:33 version 1.15, 2015/11/13 16:48:48
Line 37 
Line 37 
         int n;          int n;
   
 start:  start:
         flush();          flush(0);
         n = read(fd, buf, len);          n = read(fd, buf, len);
         if (n < 0) {          if (n < 0) {
                 /*                  /*

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15