[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.11 and 1.12

version 1.11, 2005/10/28 09:52:56 version 1.12, 2005/10/28 10:15:07
Line 147 
Line 147 
         struct rcs_access *acp;          struct rcs_access *acp;
         struct rcs_lock *lkp;          struct rcs_lock *lkp;
   
           printf("\nRCS file: %s", fpath);
         printf("\nWorking file: %s", fname);          printf("\nWorking file: %s", fname);
         printf("\nhead:");          printf("\nhead:");
         if (file->rf_head != NULL)          if (file->rf_head != NULL)

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12