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

Diff for /src/usr.bin/tail/reverse.c between version 1.17 and 1.18

version 1.17, 2006/03/24 17:10:02 version 1.18, 2007/09/29 12:31:28
Line 40 
Line 40 
 static char rcsid[] = "$OpenBSD$";  static char rcsid[] = "$OpenBSD$";
 #endif /* not lint */  #endif /* not lint */
   
 #include <sys/param.h>  
 #include <sys/stat.h>  #include <sys/stat.h>
 #include <sys/mman.h>  
   
 #include <err.h>  #include <err.h>
 #include <errno.h>  
 #include <limits.h>  
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  
 #include <unistd.h>  #include <unistd.h>
   
 #include "extern.h"  #include "extern.h"

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18