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

Diff for /src/usr.bin/rcs/rlog.c between version 1.3 and 1.4

version 1.3, 2005/10/07 23:59:56 version 1.4, 2005/10/12 17:13:30
Line 38 
Line 38 
 #include "diff.h"  #include "diff.h"
 #include "rcsprog.h"  #include "rcsprog.h"
   
 extern char *__progname;  
 static int rlog_file(const char *, const char *, RCSFILE *);  static int rlog_file(const char *, const char *, RCSFILE *);
   
 #define REVSEP          "----------------------------"  #define REVSEP          "----------------------------"
Line 110 
Line 109 
 void  void
 rlog_usage(void)  rlog_usage(void)
 {  {
         fprintf(stderr, "usage %s [-hNqRtV] file ...\n", __progname);          fprintf(stderr,
               "usage: rlog [-hNqRtV] file ...\n");
 }  }
   
 static int  static int

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4