[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.16 and 1.17

version 1.16, 2016/03/16 15:36:26 version 1.17, 2019/06/28 13:35:01
Line 40 
Line 40 
 start:  start:
         flush(0);          flush(0);
         n = read(fd, buf, len);          n = read(fd, buf, len);
         if (n < 0) {          if (n == -1) {
                 /*                  /*
                  * Certain values of errno indicate we should just retry the                   * Certain values of errno indicate we should just retry the
                  * read.                   * read.

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17