[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.23 and 1.24

version 1.23, 2005/12/21 16:03:56 version 1.24, 2005/12/23 00:27:04
Line 399 
Line 399 
         }          }
         (void)close(fd);          (void)close(fd);
   
           if (chmod(path, mode) < 0)
                   fatal("cvs_buf_write: chmod failed: %s", strerror(errno));
   
         return (0);          return (0);
 }  }
   

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24