[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.30 and 1.31

version 1.30, 2005/06/07 15:34:24 version 1.31, 2005/06/09 07:24:39
Line 138 
Line 138 
         co_nmod = argc;          co_nmod = argc;
   
         if (!statmod && (argc == 0)) {          if (!statmod && (argc == 0)) {
                 cvs_log(LP_ERR,                  cvs_log(LP_ABORT,
                     "must specify at least one module or directory");                      "must specify at least one module or directory");
                 return (-1);                  return (-1);
         }          }
   
         if (statmod && (argc > 0)) {          if (statmod && (argc > 0)) {
                 cvs_log(LP_ERR,  "-c and -s must not get any arguments");                  cvs_log(LP_ABORT,  "-c and -s must not get any arguments");
                 return (-1);                  return (-1);
         }          }
   

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31