summaryrefslogtreecommitdiffstats
path: root/lib/libc/gmon
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-12-30 07:01:50 +0000
committerbde <bde@FreeBSD.org>1995-12-30 07:01:50 +0000
commit946c0794b959a6288661f55a2b7ce84d46cc7372 (patch)
treefab0ac1315c3bf8c6d6cb949b1e6ede87cc74fc1 /lib/libc/gmon
parente083626a928f7e4220ba8e84948f8c937119d6b3 (diff)
downloadFreeBSD-src-946c0794b959a6288661f55a2b7ce84d46cc7372.zip
FreeBSD-src-946c0794b959a6288661f55a2b7ce84d46cc7372.tar.gz
Added $Id$.
Diffstat (limited to 'lib/libc/gmon')
-rw-r--r--lib/libc/gmon/mcount.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/gmon/mcount.c b/lib/libc/gmon/mcount.c
index 59d8de4..b0c4072 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 <sys/param.h>
#include <sys/gmon.h>
OpenPOWER on IntegriCloud