=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/gprof/powerpc.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/gprof/powerpc.c 2001/09/10 23:37:58 1.3 +++ src/usr.bin/gprof/powerpc.c 2002/05/08 16:46:35 1.4 @@ -1,19 +1,7 @@ -/* $OpenBSD: powerpc.c,v 1.3 2001/09/10 23:37:58 drahn dead $ */ -/* $NetBSD: m68k.c,v 1.4 1995/04/19 07:16:07 cgd Exp $ */ +#include "gprof.h" -#ifndef lint -static char rcsid[] = "$OpenBSD: powerpc.c,v 1.3 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. */ }