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

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

version 1.74, 2007/06/01 17:47:47 version 1.75, 2007/06/28 21:38:09
Line 119 
Line 119 
         size_t len;          size_t len;
         RCSNUM *head;          RCSNUM *head;
         const char *status;          const char *status;
         char buf[128], timebuf[32], revbuf[32];          char buf[128], timebuf[CVS_TIME_BUFSZ], revbuf[CVS_REV_BUFSZ];
         struct rcs_sym *sym;          struct rcs_sym *sym;
   
         cvs_log(LP_TRACE, "cvs_status_local(%s)", cf->file_path);          cvs_log(LP_TRACE, "cvs_status_local(%s)", cf->file_path);

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