=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/gprof/hppa.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/gprof/hppa.c 2001/09/10 23:37:58 1.2 +++ src/usr.bin/gprof/hppa.c 2002/05/08 16:46:35 1.3 @@ -1,18 +1,7 @@ -/* $OpenBSD: hppa.c,v 1.2 2001/09/10 23:37:58 drahn dead $ */ +#include "gprof.h" -#ifndef lint -static char rcsid[] = "$OpenBSD: hppa.c,v 1.2 2001/09/10 23:37:58 drahn dead $"; -#endif /* not lint */ - -#include "gprof.h" - -/* - * gprof -c isn't currently supported... - */ void -findcall( parentp , p_lowpc , p_highpc ) - nltype *parentp; - unsigned long p_lowpc; - unsigned long p_highpc; +findcall(nltype *parentp, unsigned long p_lowpc, unsigned long p_highpc) { + /* not supported. */ }