[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.56 and 1.57

version 1.56, 2006/10/12 17:20:12 version 1.57, 2007/02/27 07:59:13
Line 25 
Line 25 
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */   */
   
 #include "includes.h"  #include <err.h>
   #include <libgen.h>
   #include <stdio.h>
   #include <stdlib.h>
   #include <string.h>
   #include <unistd.h>
   
 #include "rcsprog.h"  #include "rcsprog.h"
 #include "diff.h"  #include "diff.h"

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57