[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.8 and 1.9

version 1.8, 2011/09/16 18:12:09 version 1.9, 2011/09/21 18:45:16
Line 120 
Line 120 
 #endif  #endif
 #ifdef EINTR  #ifdef EINTR
                 if (errno == EINTR)                  if (errno == EINTR)
                         goto start;                          return (READ_INTR);
 #endif  #endif
 #ifdef EAGAIN  #ifdef EAGAIN
                 if (errno == EAGAIN)                  if (errno == EAGAIN)

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