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

Diff for /src/usr.bin/ul/ul.c between version 1.14 and 1.15

version 1.14, 2007/10/16 20:19:27 version 1.15, 2009/10/27 23:59:46
Line 30 
Line 30 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 static const char copyright[] =  
 "@(#) Copyright (c) 1980, 1993\n\  
         The Regents of the University of California.  All rights reserved.\n";  
 #endif /* not lint */  
   
 #ifndef lint  
 #if 0  
 static char sccsid[] = "@(#)ul.c        8.1 (Berkeley) 6/6/93";  
 #endif  
 static const char rcsid[] = "$OpenBSD$";  
 #endif /* not lint */  
   
 #include <curses.h>  #include <curses.h>
 #include <err.h>  #include <err.h>
 #include <stdio.h>  #include <stdio.h>

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15