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

Diff for /src/usr.bin/logname/logname.c between version 1.6 and 1.7

version 1.6, 2003/06/10 22:20:47 version 1.7, 2009/10/27 23:59:40
Line 30 
Line 30 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 static char copyright[] =  
 "@(#) Copyright (c) 1991, 1993, 1994\n\  
         The Regents of the University of California.  All rights reserved.\n";  
 #endif /* not lint */  
   
 #ifndef lint  
 #if 0  
 static char sccsid[] = "@(#)logname.c   8.2 (Berkeley) 4/3/94";  
 #endif  
 static char rcsid[] = "$OpenBSD$";  
 #endif /* not lint */  
   
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
 #include <locale.h>  #include <locale.h>

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