=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/gprof/Attic/ns32k.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/gprof/Attic/ns32k.c 2001/03/22 05:18:30 1.3 +++ src/usr.bin/gprof/Attic/ns32k.c 2006/03/25 19:06:36 1.4 @@ -1,8 +1,8 @@ -/* $OpenBSD: ns32k.c,v 1.3 2001/03/22 05:18:30 mickey Exp $ */ +/* $OpenBSD: ns32k.c,v 1.4 2006/03/25 19:06:36 espie Exp $ */ /* $NetBSD: ns32k.c,v 1.3 1995/04/19 07:16:13 cgd Exp $ */ #ifndef lint -static char rcsid[] = "$OpenBSD: ns32k.c,v 1.3 2001/03/22 05:18:30 mickey Exp $"; +static char rcsid[] = "$OpenBSD: ns32k.c,v 1.4 2006/03/25 19:06:36 espie Exp $"; #endif /* not lint */ #include "gprof.h" @@ -11,9 +11,6 @@ * 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) { }