summaryrefslogtreecommitdiff
path: root/lib/libc/gmon
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gmon')
-rw-r--r--lib/libc/gmon/gmon.c5
-rw-r--r--lib/libc/gmon/mcount.c5
2 files changed, 2 insertions, 8 deletions
diff --git a/lib/libc/gmon/gmon.c b/lib/libc/gmon/gmon.c
index 81f5e761670..a5001c48d98 100644
--- a/lib/libc/gmon/gmon.c
+++ b/lib/libc/gmon/gmon.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: gmon.c,v 1.19 2005/08/08 08:05:34 espie Exp $ */
/*-
* Copyright (c) 1983, 1992, 1993
* The Regents of the University of California. All rights reserved.
@@ -27,10 +28,6 @@
* SUCH DAMAGE.
*/
-#if !defined(lint) && defined(LIBC_SCCS)
-static char rcsid[] = "$OpenBSD: gmon.c,v 1.18 2005/04/21 00:09:01 deraadt Exp $";
-#endif
-
#include <sys/param.h>
#include <sys/time.h>
#include <sys/gmon.h>
diff --git a/lib/libc/gmon/mcount.c b/lib/libc/gmon/mcount.c
index dcdb621ab6a..b977759b00e 100644
--- a/lib/libc/gmon/mcount.c
+++ b/lib/libc/gmon/mcount.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: mcount.c,v 1.10 2005/08/08 08:05:34 espie Exp $ */
/*-
* Copyright (c) 1983, 1992, 1993
* The Regents of the University of California. All rights reserved.
@@ -27,10 +28,6 @@
* SUCH DAMAGE.
*/
-#if !defined(lint) && !defined(_KERNEL) && defined(LIBC_SCCS)
-static char rcsid[] = "$OpenBSD: mcount.c,v 1.9 2005/03/23 19:32:09 otto Exp $";
-#endif
-
#include <sys/param.h>
#include <sys/gmon.h>