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

Diff for /src/usr.bin/cvs/edit.c between version 1.34 and 1.35

version 1.34, 2007/02/22 06:42:09 version 1.35, 2007/06/28 21:38:09
Line 385 
Line 385 
         if (cf->file_ent != NULL) {          if (cf->file_ent != NULL) {
                 CVSENTRIES *entlist;                  CVSENTRIES *entlist;
                 struct cvs_ent *ent;                  struct cvs_ent *ent;
                 char *entry, rbuf[16];                  char *entry, rbuf[CVS_REV_BUFSZ];
   
                 entlist = cvs_ent_open(cf->file_wd);                  entlist = cvs_ent_open(cf->file_wd);
   
Line 428 
Line 428 
         size_t len;          size_t len;
         int i;          int i;
         char *dp, *sp;          char *dp, *sp;
         char buf[MAXPATHLEN], *fields[2], rbuf[16];          char buf[MAXPATHLEN], *fields[2], rbuf[CVS_REV_BUFSZ];
   
         cvs_log(LP_TRACE, "cvs_base_handle(%s)", cf->file_path);          cvs_log(LP_TRACE, "cvs_base_handle(%s)", cf->file_path);
   

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35