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

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

version 1.19, 2009/10/14 20:51:47 version 1.20, 2009/10/27 23:59:42
Line 29 
Line 29 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 static const char copyright[] =  
 "@(#) Copyright (c) 1993\n\  
         The Regents of the University of California.  All rights reserved.\n";  
 #endif /* not lint */  
   
 #ifndef lint  
 #if 0  
 static const char sccsid[] = "@(#)rs.c  8.1 (Berkeley) 6/6/93";  
 #else  
 static const char rcsid[] = "$OpenBSD$";  
 #endif  
 #endif /* not lint */  
   
 /*  /*
  *      rs - reshape a data array   *      rs - reshape a data array
  *      Author:  John Kunze, Office of Comp. Affairs, UCB   *      Author:  John Kunze, Office of Comp. Affairs, UCB

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