[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.87 and 1.88

version 1.87, 2007/01/28 02:04:45 version 1.88, 2007/01/28 23:39:42
Line 226 
Line 226 
                 return;                  return;
         }          }
   
         if (co_flags & CO_MERGE)  
                 printf("merge on %s\n", cf->file_path);  
   
         if (cvs_server_active == 0) {          if (cvs_server_active == 0) {
                 if (!(co_flags & CO_MERGE)) {                  if (!(co_flags & CO_MERGE)) {
                         oflags = O_WRONLY | O_TRUNC;                          oflags = O_WRONLY | O_TRUNC;

Legend:
Removed from v.1.87  
changed lines
  Added in v.1.88