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

Diff for /src/usr.bin/indent/indent.c between version 1.19 and 1.20

version 1.19, 2009/05/29 09:07:29 version 1.20, 2009/10/27 23:59:39
Line 32 
Line 32 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 char copyright[] =  
 "@(#) Copyright (c) 1985 Sun Microsystems, Inc.\n\  
  @(#) Copyright (c) 1980, 1993\n\  
          The Regents of the University of California.\n\  
  @(#) Copyright (c) 1976 Board of Trustees of the University of Illinois.\n\  
  All rights reserved.\n";  
 #endif /* not lint */  
   
 #ifndef lint  
 /*static char sccsid[] = "@(#)indent.c  5.17 (Berkeley) 6/7/93";*/  
 static char rcsid[] = "$OpenBSD$";  
 #endif /* not lint */  
   
 #include <sys/param.h>  #include <sys/param.h>
 #include <fcntl.h>  #include <fcntl.h>
 #include <unistd.h>  #include <unistd.h>

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