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

Diff for /src/usr.bin/gprof/gprof.c between version 1.18 and 1.19

version 1.18, 2008/06/25 15:09:32 version 1.19, 2009/10/27 23:59:38
Line 30 
Line 30 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 static char copyright[] =  
 "@(#) Copyright (c) 1983, 1993\n\  
         The Regents of the University of California.  All rights reserved.\n";  
 #endif /* not lint */  
   
 #ifndef lint  
 #if 0  
 static char sccsid[] = "@(#)gprof.c     8.1 (Berkeley) 6/6/93";  
 #else  
 static char rcsid[] = "$OpenBSD$";  
 #endif  
 #endif /* not lint */  
   
 #include "gprof.h"  #include "gprof.h"
   
 int valcmp(const void *, const void *);  int valcmp(const void *, const void *);

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