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

Diff for /src/usr.bin/rcs/rcsprog.c between version 1.77 and 1.78

version 1.77, 2006/03/18 03:41:54 version 1.78, 2006/03/18 04:00:34
Line 69 
Line 69 
 static void rcs_set_description(RCSFILE *, const char *);  static void rcs_set_description(RCSFILE *, const char *);
 static void rcs_attach_symbol(RCSFILE *, const char *);  static void rcs_attach_symbol(RCSFILE *, const char *);
   
   /* ARGSUSED */
 void  void
 sighdlr(int sig)  sighdlr(int sig)
 {  {
Line 477 
Line 478 
                         comment = rcs_optarg;                          comment = rcs_optarg;
                         break;                          break;
                 case 'e':                  case 'e':
                           /* XXX - Not implemented. */
                         elist = rcs_optarg;                          elist = rcs_optarg;
                         break;                          break;
                 case 'h':                  case 'h':

Legend:
Removed from v.1.77  
changed lines
  Added in v.1.78