From bb369b53b2261921997e67e3d76c7a2d65920125 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sat, 30 Dec 1995 07:01:50 +0000 Subject: [PATCH] Added $Id$. --- lib/libc/gmon/mcount.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/libc/gmon/mcount.c b/lib/libc/gmon/mcount.c index 59d8de40f20f..b0c4072e31fc 100644 --- a/lib/libc/gmon/mcount.c +++ b/lib/libc/gmon/mcount.c @@ -32,8 +32,12 @@ */ #if !defined(lint) && !defined(KERNEL) && defined(LIBC_SCCS) +#if 0 static char sccsid[] = "@(#)mcount.c 8.1 (Berkeley) 6/4/93"; #endif +static const char rcsid[] = + "$Id$"; +#endif #include #include