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

Diff for /src/usr.bin/cvs/cvs.c between version 1.138 and 1.139

version 1.138, 2007/09/19 13:49:55 version 1.139, 2007/10/07 18:14:09
Line 357 
Line 357 
                         printf("%s\n", CVS_VERSION);                          printf("%s\n", CVS_VERSION);
                         exit(0);                          exit(0);
                         /* NOTREACHED */                          /* NOTREACHED */
                         break;  
                 case 'w':                  case 'w':
                         cvs_readonly = 0;                          cvs_readonly = 0;
                         break;                          break;

Legend:
Removed from v.1.138  
changed lines
  Added in v.1.139