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

Diff for /src/usr.bin/cvs/Attic/resp.c between version 1.55 and 1.56

version 1.55, 2005/08/16 16:34:19 version 1.56, 2005/08/17 16:43:39
Line 423 
Line 423 
         CVSENTRIES *entf;          CVSENTRIES *entf;
         struct stat st;          struct stat st;
         struct cvs_ent *ent;          struct cvs_ent *ent;
         char *file, subdir[MAXPATHLEN], buf[MAXPATHLEN];          char *file, subdir[MAXPATHLEN], buf[CVS_ENT_MAXLINELEN];
   
         entf = NULL;          entf = NULL;
         cf = NULL;          cf = NULL;
Line 808 
Line 808 
 cvs_resp_rcsdiff(struct cvsroot *root, int type, char *line)  cvs_resp_rcsdiff(struct cvsroot *root, int type, char *line)
 {  {
         int len;          int len;
         char file[MAXPATHLEN], buf[MAXPATHLEN], cksum_buf[CVS_CKSUM_LEN];          char file[MAXPATHLEN];
           char buf[CVS_ENT_MAXLINELEN], cksum_buf[CVS_CKSUM_LEN];
         char *fname, *orig, *patch;          char *fname, *orig, *patch;
         mode_t fmode;          mode_t fmode;
         BUF *res, *fcont, *patchbuf;          BUF *res, *fcont, *patchbuf;

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56