[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.9 and 1.10

version 1.9, 2005/09/29 15:13:19 version 1.10, 2005/09/29 15:14:12
Line 138 
Line 138 
 rcs_main(int argc, char **argv)  rcs_main(int argc, char **argv)
 {  {
         int i, ch, flags, kflag, lkmode;          int i, ch, flags, kflag, lkmode;
         char fpath[MAXPATHLEN], filev[MAXPATHLEN];          char fpath[MAXPATHLEN];
         char *oldfile, *alist, *comment, *elist, *unp, *sp;          char *oldfile, *alist, *comment, *elist, *unp, *sp;
         mode_t fmode;          mode_t fmode;
         RCSFILE *file;          RCSFILE *file;
         struct stat st;  
   
         kflag = lkmode = -1;          kflag = lkmode = -1;
         fmode = 0;          fmode = 0;

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10