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

Diff for /src/usr.bin/cvs/admin.c between version 1.29 and 1.30

version 1.29, 2006/02/01 08:33:18 version 1.30, 2006/03/16 09:06:19
Line 296 
Line 296 
 static int  static int
 cvs_admin_remote(CVSFILE *cf, void *arg)  cvs_admin_remote(CVSFILE *cf, void *arg)
 {  {
         char *repo, fpath[MAXPATHLEN];          char fpath[MAXPATHLEN];
         struct cvsroot *root;          struct cvsroot *root;
   
         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.29  
changed lines
  Added in v.1.30