=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/gprof/gprof.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- src/usr.bin/gprof/gprof.c 2001/03/22 05:18:30 1.7 +++ src/usr.bin/gprof/gprof.c 2001/03/25 19:23:40 1.8 @@ -1,4 +1,4 @@ -/* $OpenBSD: gprof.c,v 1.7 2001/03/22 05:18:30 mickey Exp $ */ +/* $OpenBSD: gprof.c,v 1.8 2001/03/25 19:23:40 mickey Exp $ */ /* $NetBSD: gprof.c,v 1.8 1995/04/19 07:15:59 cgd Exp $ */ /* @@ -44,7 +44,7 @@ #if 0 static char sccsid[] = "@(#)gprof.c 8.1 (Berkeley) 6/6/93"; #else -static char rcsid[] = "$OpenBSD: gprof.c,v 1.7 2001/03/22 05:18:30 mickey Exp $"; +static char rcsid[] = "$OpenBSD: gprof.c,v 1.8 2001/03/25 19:23:40 mickey Exp $"; #endif #endif /* not lint */ @@ -56,6 +56,7 @@ char *defaultEs[] = { "mcount" , "__mcleanup" , 0 }; static struct gmonhdr gmonhdr; +extern char *__progname; int main(argc, argv)