Change a test for NETBSD_SYSCALLS to __alpha__. We're not ready to

do profiling on alpha yet.
This commit is contained in:
John Birrell 1998-09-05 07:57:43 +00:00
parent 683728f17d
commit 9b801a0d86
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38846

View file

@ -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>