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

Diff for /src/usr.bin/cvs/update.c between version 1.43 and 1.44

version 1.43, 2005/07/27 16:42:19 version 1.44, 2005/08/08 11:37:41
Line 164 
Line 164 
 cvs_update_remote(CVSFILE *cf, void *arg)  cvs_update_remote(CVSFILE *cf, void *arg)
 {  {
         int ret;          int ret;
         char *repo, fpath[MAXPATHLEN];          char fpath[MAXPATHLEN];
         struct cvsroot *root;          struct cvsroot *root;
   
         ret = 0;          ret = 0;
         root = CVS_DIR_ROOT(cf);          root = CVS_DIR_ROOT(cf);
         repo = CVS_DIR_REPO(cf);  
   
         if (cf->cf_type == DT_DIR) {          if (cf->cf_type == DT_DIR) {
                 if (cf->cf_cvstat == CVS_FST_UNKNOWN)                  if (cf->cf_cvstat == CVS_FST_UNKNOWN)

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44