[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.39 and 1.40

version 1.39, 2005/07/25 12:05:43 version 1.40, 2005/09/15 17:01:10
Line 204 
Line 204 
                         return (CVS_EX_DATA);                          return (CVS_EX_DATA);
                 }                  }
   
                 if (cvs_mkadmin(co_mods[i], root->cr_str, co_mods[i]) < 0) {                  if (cvs_mkadmin(co_mods[i], root->cr_str, co_mods[i],
                       NULL, NULL, 0) < 0) {
                         cvs_log(LP_ERR, "can't create base directory '%s'",                          cvs_log(LP_ERR, "can't create base directory '%s'",
                             co_mods[i]);                              co_mods[i]);
                         return (CVS_EX_DATA);                          return (CVS_EX_DATA);

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40