diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 |
commit | 2e61cbb7f50878e738849ea4384118c13733f09c (patch) | |
tree | e87cf98a8f654158f3ba922ed4d31607b79c4944 /lib/libc/gmon | |
parent | 76b5366091f76c9bc73570149ef5055648fc2c39 (diff) |
Diffstat (limited to 'lib/libc/gmon')
-rw-r--r-- | lib/libc/gmon/Makefile.inc | 2 | ||||
-rw-r--r-- | lib/libc/gmon/mcount.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gmon/Makefile.inc b/lib/libc/gmon/Makefile.inc index b83c767e8bff7..7be4de858163a 100644 --- a/lib/libc/gmon/Makefile.inc +++ b/lib/libc/gmon/Makefile.inc @@ -1,5 +1,5 @@ # from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 -# $Id: Makefile.inc,v 1.5 1997/10/15 16:15:29 bde Exp $ +# $Id: Makefile.inc,v 1.6 1997/12/19 21:53:35 bde Exp $ # gmon sources .PATH: ${.CURDIR}/../libc/gmon diff --git a/lib/libc/gmon/mcount.c b/lib/libc/gmon/mcount.c index 545faba53e011..e60e44f9fe56c 100644 --- a/lib/libc/gmon/mcount.c +++ b/lib/libc/gmon/mcount.c @@ -36,7 +36,7 @@ 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__ |