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

Diff for /src/usr.bin/comm/comm.c between version 1.7 and 1.8

version 1.7, 2003/06/10 22:20:45 version 1.8, 2009/10/27 23:59:37
Line 33 
Line 33 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 static char copyright[] =  
 "@(#) Copyright (c) 1989, 1993, 1994\n\  
         The Regents of the University of California.  All rights reserved.\n";  
 #endif /* not lint */  
   
 #ifndef lint  
 #if 0  
 static char sccsid[] = "@(#)comm.c      8.4 (Berkeley) 5/4/95";  
 #endif  
 static char rcsid[] = "$OpenBSD$";  
 #endif /* not lint */  
   
 #include <err.h>  #include <err.h>
 #include <limits.h>  #include <limits.h>
 #include <locale.h>  #include <locale.h>

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8