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