=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/gprof/Attic/tahoe.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/gprof/Attic/tahoe.c 1996/06/26 05:34:01 1.2 +++ src/usr.bin/gprof/Attic/tahoe.c 2001/03/22 05:18:30 1.3 @@ -1,4 +1,4 @@ -/* $OpenBSD: tahoe.c,v 1.2 1996/06/26 05:34:01 deraadt Exp $ */ +/* $OpenBSD: tahoe.c,v 1.3 2001/03/22 05:18:30 mickey Exp $ */ /* $NetBSD: tahoe.c,v 1.5 1995/04/19 07:16:27 cgd Exp $ */ /* @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)tahoe.c 8.1 (Berkeley) 6/6/93"; #else -static char rcsid[] = "$OpenBSD: tahoe.c,v 1.2 1996/06/26 05:34:01 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: tahoe.c,v 1.3 2001/03/22 05:18:30 mickey Exp $"; #endif #endif /* not lint */ @@ -211,7 +211,7 @@ cp += 1; /* skip over the mode */ switch ( mode ) { default: - fprintf( stderr , "[reladdr] not relative address\n" ); + warnx("[reladdr] not relative address"); return (unsigned long) modep; case byterel: return (unsigned long) ( cp + sizeof *cp + *cp ); @@ -226,6 +226,7 @@ } } +void findcall( parentp , p_lowpc , p_highpc ) nltype *parentp; unsigned long p_lowpc;