From 89e462bf030a65451e32552bba91f69b1815a06c Mon Sep 17 00:00:00 2001 From: deraadt Date: Mon, 27 Jan 1997 20:34:10 +0000 Subject: prototyping problems, PR#71, felix@mamba.pond.sub.org --- sys/lib/libkern/mcount.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/lib') diff --git a/sys/lib/libkern/mcount.c b/sys/lib/libkern/mcount.c index acdde38523d..bfc9f2a481a 100644 --- a/sys/lib/libkern/mcount.c +++ b/sys/lib/libkern/mcount.c @@ -59,6 +59,7 @@ static char rcsid[] = "$NetBSD: mcount.c,v 1.3.6.1 1996/06/12 04:23:01 cgd Exp $ * both frompcindex and frompc. Any reasonable, modern compiler will * perform this optimization. */ +_MCOUNT_DECL(u_long frompc, u_long selfpc); _MCOUNT_DECL(frompc, selfpc) /* _mcount; may be static, inline, etc */ register u_long frompc, selfpc; { -- cgit v1.2.3-59-g8ed1b