diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gmon/mcount.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/libc/gmon/mcount.c b/lib/libc/gmon/mcount.c index aa8f552..74aaf7d 100644 --- a/lib/libc/gmon/mcount.c +++ b/lib/libc/gmon/mcount.c @@ -36,20 +36,12 @@ static char sccsid[] = "@(#)mcount.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id: mcount.c,v 1.10 1998/03/09 04:42:19 jb Exp $"; + "$Id: mcount.c,v 1.11 1998/07/10 02:27:16 bde Exp $"; #endif #ifndef __NETBSD_SYSCALLS -#ifdef KERNEL -#include <sys/param.h> -#else -/* Kludge to get fptrint_t declared. */ -#define KERNEL #include <sys/param.h> -#undef KERNEL -#endif - #include <sys/gmon.h> #ifdef KERNEL #include <sys/systm.h> |