diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-08-19 08:35:14 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-08-19 08:35:14 +0000 |
commit | d7615c200c61c89d6c4f97de1e3abf99bb759de9 (patch) | |
tree | 35d8d19aca072dba63d7062d615a555693a9142a /lib/libc/gmon | |
parent | 796010265f845625013cfa4bb2f73a26d43f30d2 (diff) |
Fix RCS ids
Make sure everything uses {SYS,}LIBC_SCCS properly
Diffstat (limited to 'lib/libc/gmon')
-rw-r--r-- | lib/libc/gmon/Makefile.inc | 3 | ||||
-rw-r--r-- | lib/libc/gmon/gmon.c | 8 | ||||
-rw-r--r-- | lib/libc/gmon/mcount.c | 8 | ||||
-rw-r--r-- | lib/libc/gmon/moncontrol.3 | 4 |
4 files changed, 4 insertions, 19 deletions
diff --git a/lib/libc/gmon/Makefile.inc b/lib/libc/gmon/Makefile.inc index 88ba421a594..72a67d1556a 100644 --- a/lib/libc/gmon/Makefile.inc +++ b/lib/libc/gmon/Makefile.inc @@ -1,5 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.4 1995/02/27 12:54:33 cgd Exp $ -# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 +# $OpenBSD: Makefile.inc,v 1.2 1996/08/19 08:27:59 tholo Exp $ # gmon sources .PATH: ${.CURDIR}/gmon diff --git a/lib/libc/gmon/gmon.c b/lib/libc/gmon/gmon.c index cc7dedf252a..6aa7468e789 100644 --- a/lib/libc/gmon/gmon.c +++ b/lib/libc/gmon/gmon.c @@ -1,5 +1,3 @@ -/* $NetBSD: gmon.c,v 1.5.4.1 1996/06/12 04:20:16 cgd Exp $ */ - /*- * Copyright (c) 1983, 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if !defined(lint) && defined(LIBC_SCCS) -#if 0 -static char sccsid[] = "@(#)gmon.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: gmon.c,v 1.5.4.1 1996/06/12 04:20:16 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: gmon.c,v 1.5 1996/08/19 08:28:02 tholo Exp $"; #endif #include <sys/param.h> diff --git a/lib/libc/gmon/mcount.c b/lib/libc/gmon/mcount.c index f6c00a53855..f544ad10a08 100644 --- a/lib/libc/gmon/mcount.c +++ b/lib/libc/gmon/mcount.c @@ -1,5 +1,3 @@ -/* $NetBSD: mcount.c,v 1.3.6.2 1996/06/12 04:20:17 cgd Exp $ */ - /*- * Copyright (c) 1983, 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -34,11 +32,7 @@ */ #if !defined(lint) && !defined(_KERNEL) && defined(LIBC_SCCS) -#if 0 -static char sccsid[] = "@(#)mcount.c 8.1 (Berkeley) 6/4/93"; -#else -static char rcsid[] = "$NetBSD: mcount.c,v 1.3.6.2 1996/06/12 04:20:17 cgd Exp $"; -#endif +static char rcsid[] = "$OpenBSD: mcount.c,v 1.4 1996/08/19 08:28:04 tholo Exp $"; #endif #include <sys/param.h> diff --git a/lib/libc/gmon/moncontrol.3 b/lib/libc/gmon/moncontrol.3 index f3fa56fdb28..4b87df61706 100644 --- a/lib/libc/gmon/moncontrol.3 +++ b/lib/libc/gmon/moncontrol.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: moncontrol.3,v 1.3 1995/02/27 12:54:45 cgd Exp $ +.\" $OpenBSD: moncontrol.3,v 1.2 1996/08/19 08:28:06 tholo Exp $ .\" .\" Copyright (c) 1980, 1991, 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,8 +31,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)moncontrol.3 8.1 (Berkeley) 6/4/93 -.\" .Dd June 4, 1993 .Dt MONCONTROL 3 .Os BSD 4 |