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

Diff for /src/usr.bin/rcs/rcsclean.c between version 1.47 and 1.48

version 1.47, 2006/05/27 05:49:14 version 1.48, 2007/02/27 07:59:13
Line 24 
Line 24 
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */   */
   
 #include "includes.h"  #include <sys/types.h>
   
   #include <dirent.h>
   #include <err.h>
   #include <stdio.h>
   #include <stdlib.h>
   #include <unistd.h>
   
 #include "rcsprog.h"  #include "rcsprog.h"
 #include "diff.h"  #include "diff.h"

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48