summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-09-05 07:57:43 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-09-05 07:57:43 +0000
commit9b801a0d8612bac5999307a510aa6fbc0654d680 (patch)
tree90e641e8c5fe3beaecf9270254d8168a8a33bc9b /lib/libc
parent683728f17df00631d446d9dd5f49a622989203f2 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gmon/mcount.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gmon/mcount.c b/lib/libc/gmon/mcount.c
index 4514b98f19e1..545faba53e01 100644
--- a/lib/libc/gmon/mcount.c
+++ b/lib/libc/gmon/mcount.c
@@ -36,10 +36,10 @@
static char sccsid[] = "@(#)mcount.c 8.1 (Berkeley) 6/4/93";
#endif
static const char rcsid[] =
- "$Id: mcount.c,v 1.12 1998/07/10 09:26:40 bde Exp $";
+ "$Id: mcount.c,v 1.13 1998/07/14 05:09:41 bde Exp $";
#endif
-#ifndef __NETBSD_SYSCALLS
+#ifndef __alpha__
#include <sys/param.h>
#include <sys/gmon.h>