diff options
author | 1997-01-27 20:34:10 +0000 | |
---|---|---|
committer | 1997-01-27 20:34:10 +0000 | |
commit | 89e462bf030a65451e32552bba91f69b1815a06c (patch) | |
tree | f6fc34684012119e5dd6d0696c43e45ebfa3ab34 /sys/lib/libkern/mcount.c | |
parent | Added a WARNING about not using it to detect back doors. (diff) | |
download | wireguard-openbsd-89e462bf030a65451e32552bba91f69b1815a06c.tar.xz wireguard-openbsd-89e462bf030a65451e32552bba91f69b1815a06c.zip |
prototyping problems, PR#71, felix@mamba.pond.sub.org
Diffstat (limited to 'sys/lib/libkern/mcount.c')
-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; { |