diff options
| author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-07-16 07:05:34 +0000 | 
|---|---|---|
| committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-07-16 07:05:34 +0000 | 
| commit | daa2e8d8358c56d7aee625e956254da04442d2a3 (patch) | |
| tree | fb24b5dee9db9067e000d24a6e52bd00db124b44 /lib/libc/gmon/mcount.c | |
| parent | 480d03cbdd81330cbb1094cb186bb93b8a8b151c (diff) | |
Notes
Diffstat (limited to 'lib/libc/gmon/mcount.c')
| -rw-r--r-- | lib/libc/gmon/mcount.c | 6 | 
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/gmon/mcount.c b/lib/libc/gmon/mcount.c index 545faba53e01..18f9975823b5 100644 --- a/lib/libc/gmon/mcount.c +++ b/lib/libc/gmon/mcount.c @@ -36,11 +36,9 @@  static char sccsid[] = "@(#)mcount.c	8.1 (Berkeley) 6/4/93";  #endif  static const char rcsid[] = -	"$Id: mcount.c,v 1.13 1998/07/14 05:09:41 bde Exp $"; +	"$Id: mcount.c,v 1.14 1998/09/05 07:57:43 jb Exp $";  #endif -#ifndef __alpha__ -  #include <sys/param.h>  #include <sys/gmon.h>  #ifdef KERNEL @@ -325,5 +323,3 @@ mexitcount(selfpc)  	}  }  #endif /* GUPROF */ - -#endif /* !__NETBSD_SYSCALLS */  | 
