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

Diff for /src/usr.bin/cvs/checkout.c between version 1.95 and 1.96

version 1.95, 2007/06/27 03:58:16 version 1.96, 2007/06/28 21:38:09
Line 217 
Line 217 
         CVSENTRIES *ent;          CVSENTRIES *ent;
         struct timeval tv[2];          struct timeval tv[2];
         char *tosend;          char *tosend;
         char template[MAXPATHLEN], *p, entry[CVS_ENT_MAXLINELEN], rev[16];          char template[MAXPATHLEN], *p, entry[CVS_ENT_MAXLINELEN];
         char timebuf[64], kbuf[8], tbuf[32], stickytag[32];          char kbuf[8], stickytag[32], rev[CVS_REV_BUFSZ];
           char timebuf[CVS_TIME_BUFSZ], tbuf[CVS_TIME_BUFSZ];
   
         exists = 0;          exists = 0;
         tosend = NULL;          tosend = NULL;

Legend:
Removed from v.1.95  
changed lines
  Added in v.1.96