summaryrefslogtreecommitdiff
path: root/lib/libc/gmon/mcount.c
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-03-09 04:42:19 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-03-09 04:42:19 +0000
commit30ac8b16e26c7779cd977f1e438094a4c56c8136 (patch)
tree02f9cd0482796f445ee10d2c1f08abaebfed9c59 /lib/libc/gmon/mcount.c
parente91bce7ac7aa5e3cf5f30b80aa6190963920ae14 (diff)
Notes
Diffstat (limited to 'lib/libc/gmon/mcount.c')
-rw-r--r--lib/libc/gmon/mcount.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/gmon/mcount.c b/lib/libc/gmon/mcount.c
index a48e558a3cce..18633c3dd6f6 100644
--- a/lib/libc/gmon/mcount.c
+++ b/lib/libc/gmon/mcount.c
@@ -36,9 +36,10 @@
static char sccsid[] = "@(#)mcount.c 8.1 (Berkeley) 6/4/93";
#endif
static const char rcsid[] =
- "$Id$";
+ "$Id: mcount.c,v 1.9 1997/02/22 14:58:27 peter Exp $";
#endif
+#ifndef __NETBSD_SYSCALLS
#include <sys/param.h>
#include <sys/gmon.h>
#ifdef KERNEL
@@ -323,3 +324,5 @@ mexitcount(selfpc)
}
}
#endif /* GUPROF */
+
+#endif