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

Diff for /src/usr.bin/join/join.c between version 1.20 and 1.21

version 1.20, 2007/05/29 18:29:26 version 1.21, 2009/10/27 23:59:39
Line 33 
Line 33 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 static const char copyright[] =  
 "@(#) Copyright (c) 1991, 1993, 1994\n\  
         The Regents of the University of California.  All rights reserved.\n";  
 #endif /* not lint */  
   
 #ifndef lint  
 /*static char sccsid[] = "@(#)join.c    8.6 (Berkeley) 5/4/95"; */  
 static const char rcsid[] = "$OpenBSD$";  
 #endif /* not lint */  
   
 #include <sys/param.h>  #include <sys/param.h>
   
 #include <err.h>  #include <err.h>

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21