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

Diff for /src/usr.bin/rcs/co.c between version 1.88 and 1.89

version 1.88, 2006/05/05 01:29:59 version 1.89, 2006/05/09 12:33:42
Line 114 
Line 114 
                 case 'V':                  case 'V':
                         printf("%s\n", rcs_version);                          printf("%s\n", rcs_version);
                         exit(0);                          exit(0);
                         /* NOTREACHED */  
                 case 'w':                  case 'w':
                         /* if no argument, assume current user */                          /* if no argument, assume current user */
                         if (rcs_optarg == NULL) {                          if (rcs_optarg == NULL) {

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