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

Diff for /src/usr.bin/basename/basename.c between version 1.8 and 1.9

version 1.8, 2005/04/12 06:43:44 version 1.9, 2009/10/27 23:59:36
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[] = "@(#)basename.c  8.4 (Berkeley) 5/4/95";  
 #endif  
 static char rcsid[] = "$OpenBSD$";  
 #endif /* not lint */  
   
 #include <err.h>  #include <err.h>
 #include <libgen.h>  #include <libgen.h>
 #include <stdio.h>  #include <stdio.h>

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9