[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.57 and 1.58

version 1.57, 2005/08/19 08:28:54 version 1.58, 2005/09/15 17:01:10
Line 927 
Line 927 
                         strlcpy(repo, dir, sizeof(repo));                          strlcpy(repo, dir, sizeof(repo));
                 }                  }
   
                 if (cvs_mkadmin(dir, root->cr_str, repo) < 0)                  if (cvs_mkadmin(dir, root->cr_str, repo, NULL, NULL, 0) < 0)
                         return (-1);                          return (-1);
         }          }
   

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58