From 8eeae22e90853cebfc94e8cce02a3a0927d7f2f0 Mon Sep 17 00:00:00 2001 From: deraadt Date: Thu, 30 Jan 1997 05:05:00 +0000 Subject: [PATCH] proto; felix@mamba.pond.sub.org --- lib/libc/gmon/mcount.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libc/gmon/mcount.c b/lib/libc/gmon/mcount.c index f544ad10a08..b81962d0b0a 100644 --- a/lib/libc/gmon/mcount.c +++ b/lib/libc/gmon/mcount.c @@ -32,7 +32,7 @@ */ #if !defined(lint) && !defined(_KERNEL) && defined(LIBC_SCCS) -static char rcsid[] = "$OpenBSD: mcount.c,v 1.4 1996/08/19 08:28:04 tholo Exp $"; +static char rcsid[] = "$OpenBSD: mcount.c,v 1.5 1997/01/30 05:05:00 deraadt Exp $"; #endif #include @@ -53,6 +53,7 @@ static char rcsid[] = "$OpenBSD: mcount.c,v 1.4 1996/08/19 08:28:04 tholo Exp $" * both frompcindex and frompc. Any reasonable, modern compiler will * perform this optimization. */ +_MCOUNT_DECL __P((u_long frompc, u_long selfpc)); _MCOUNT_DECL(frompc, selfpc) /* _mcount; may be static, inline, etc */ register u_long frompc, selfpc; { -- 2.20.1