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

Diff for /src/usr.bin/cvs/remote.c between version 1.21 and 1.22

version 1.21, 2008/02/27 22:34:04 version 1.22, 2008/03/08 11:53:36
Line 173 
Line 173 
         if (fd == -1)          if (fd == -1)
                 fatal("cvs_remote_send_file: dup: %s", strerror(errno));                  fatal("cvs_remote_send_file: dup: %s", strerror(errno));
   
         if (lseek(fd, SEEK_SET, 0) < 0)          if (lseek(fd, 0, SEEK_SET) < 0)
                 fatal("cvs_remote_send_file: %s: lseek: %s", path,                  fatal("cvs_remote_send_file: %s: lseek: %s", path,
                     strerror(errno));                      strerror(errno));
   

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22