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

Diff for /src/usr.bin/tcopy/Attic/tcopy.c between version 1.3 and 1.4

version 1.3, 1997/01/15 23:43:19 version 1.4, 1997/04/16 03:43:56
Line 1 
Line 1 
 /*      $OpenBSD$       */  /*      $OpenBSD$       */
 /*      $NetBSD: tcopy.c,v 1.4 1995/08/31 22:17:24 jtc Exp $    */  /*      $NetBSD: tcopy.c,v 1.5 1997/04/15 07:23:08 lukem Exp $  */
   
 /*  /*
  * Copyright (c) 1985, 1987, 1993, 1995   * Copyright (c) 1985, 1987, 1993, 1995
Line 55 
Line 55 
 #include <err.h>  #include <err.h>
 #include <errno.h>  #include <errno.h>
 #include <fcntl.h>  #include <fcntl.h>
   #include <paths.h>
 #include <signal.h>  #include <signal.h>
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  #include <string.h>
 #include <unistd.h>  #include <unistd.h>
   
 #include "pathnames.h"  
   
 #define MAXREC  (64 * 1024)  #define MAXREC  (64 * 1024)
 #define NOCOUNT (-2)  #define NOCOUNT (-2)

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4