diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-01-27 20:34:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-01-27 20:34:23 +0000 |
commit | 4877d47f7b5b3a6500cb143ee6a3910545d4b596 (patch) | |
tree | 9c076d0fd47425ecae2311e683a72eb3efa84460 /sys/lib | |
parent | 487b3e927ace5b154e5bf007759bb82afc1e0463 (diff) |
prototyping problems, PR#71, felix@mamba.pond.sub.org
Diffstat (limited to 'sys/lib')
-rw-r--r-- | sys/lib/libkern/mcount.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; { |