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

Diff for /src/usr.bin/cvs/buf.c between version 1.74 and 1.75

version 1.74, 2009/03/25 21:19:20 version 1.75, 2010/07/23 08:31:19
Line 218 
Line 218 
                         fatal("cvs_buf_write_stmp: futimes failed");                          fatal("cvs_buf_write_stmp: futimes failed");
         }          }
   
         cvs_worklist_add(template, &temp_files);          worklist_add(template, &temp_files);
   
         if (lseek(fd, 0, SEEK_SET) < 0)          if (lseek(fd, 0, SEEK_SET) < 0)
                 fatal("cvs_buf_write_stmp: lseek: %s", strerror(errno));                  fatal("cvs_buf_write_stmp: lseek: %s", strerror(errno));

Legend:
Removed from v.1.74  
changed lines
  Added in v.1.75