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

Diff for /src/usr.bin/rcs/ci.c between version 1.120 and 1.121

version 1.120, 2006/03/15 20:57:14 version 1.121, 2006/03/16 04:04:57
Line 131 
Line 131 
                 case 'h':                  case 'h':
                         (usage)();                          (usage)();
                         exit(0);                          exit(0);
                           /* NOTREACHED */
                 case 'I':                  case 'I':
                         rcs_set_rev(rcs_optarg, &pb.newrev);                          rcs_set_rev(rcs_optarg, &pb.newrev);
                         pb.flags |= INTERACTIVE;                          pb.flags |= INTERACTIVE;
Line 199 
Line 200 
                 case 'V':                  case 'V':
                         printf("%s\n", rcs_version);                          printf("%s\n", rcs_version);
                         exit(0);                          exit(0);
                           /* NOTREACHED */
                 case 'w':                  case 'w':
                         pb.author = xstrdup(rcs_optarg);                          pb.author = xstrdup(rcs_optarg);
                         break;                          break;

Legend:
Removed from v.1.120  
changed lines
  Added in v.1.121