diff options
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 2ed8e102c17f6..2fcad36ae7e46 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.4 1997/05/03 03:49:55 jb Exp $ +# $Id: Makefile.inc,v 1.3.2.1 1997/06/24 03:51:31 julian Exp $ # gmon sources .PATH: ${.CURDIR}/../libc/gmon diff --git a/lib/libc/gmon/mcount.c b/lib/libc/gmon/mcount.c index b44af9920ed3d..f80cf2323979c 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.6 1996/05/02 08:43:37 phk Exp $"; + "$Id: mcount.c,v 1.7 1996/08/28 20:15:32 bde Exp $"; #endif #include <sys/param.h> |