diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-11-20 20:31:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-11-20 20:31:09 +0000 |
commit | 3f8ce3722a4c534d2eff5a244a97dd1e41c62c71 (patch) | |
tree | 4ddfa446c0871eb54191ee2b77f37875e625ceef /sys/arch | |
parent | 2d12691ba8fdc3ede682783181161000dc15764a (diff) |
marc did not test this completely
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sparc/include/profile.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/include/profile.h b/sys/arch/sparc/include/profile.h index 6b8e283cb85..b932ae050d6 100644 --- a/sys/arch/sparc/include/profile.h +++ b/sys/arch/sparc/include/profile.h @@ -1,4 +1,4 @@ -/* $OpenBSD: profile.h,v 1.5 1998/11/20 02:09:16 marc Exp $ */ +/* $OpenBSD: profile.h,v 1.6 1998/11/20 20:31:08 deraadt Exp $ */ /* $NetBSD: profile.h,v 1.8 1997/02/01 20:56:40 mrg Exp $ */ /* @@ -66,7 +66,7 @@ __asm__("add %o7, 8, %o1"); #endif -#define _MCOUNT_DECL /* static */ void _mcount +#define _MCOUNT_DECL static void _mcount #ifdef _KERNEL /* |