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

Diff for /src/usr.bin/tput/tput.c between version 1.16 and 1.17

version 1.16, 2004/10/05 14:46:11 version 1.17, 2009/10/27 23:59:46
Line 44 
Line 44 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 static char copyright[] =  
 "@(#) Copyright (c) 1980, 1988, 1993\n\  
         The Regents of the University of California.  All rights reserved.\n";  
 #endif /* not lint */  
   
 #ifndef lint  
 #if 0  
 static char sccsid[] = "@(#)tput.c      8.3 (Berkeley) 4/28/95";  
 #endif  
 static char rcsid[] = "$OpenBSD$";  
 #endif /* not lint */  
   
 #include <sys/param.h>  #include <sys/param.h>
   
 #include <ctype.h>  #include <ctype.h>

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17