From e05d77aaf17452bebe333901f1acfad893fa05a7 Mon Sep 17 00:00:00 2001 From: tholo <> Date: Mon, 19 Aug 1996 08:34:30 +0000 Subject: Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly --- src/lib/libc/string/bm.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/lib/libc/string/bm.c') diff --git a/src/lib/libc/string/bm.c b/src/lib/libc/string/bm.c index 4bc5f17801..b191d340f6 100644 --- a/src/lib/libc/string/bm.c +++ b/src/lib/libc/string/bm.c @@ -1,5 +1,3 @@ -/* $OpenBSD: bm.c,v 1.2 1996/03/09 02:42:55 niklas Exp $ */ - /*- * Copyright (c) 1994 * The Regents of the University of California. All rights reserved. @@ -37,9 +35,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/* from: static char sccsid[] = "@(#)bm.c 8.7 (Berkeley) 6/21/94"; */ -static char *rcsid = "$Id: bm.c,v 1.2 1996/03/09 02:42:55 niklas Exp $"; -#endif /* LIBC_SCCS && not lint */ +static char *rcsid = "$OpenBSD: bm.c,v 1.3 1996/08/19 08:33:59 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ #include -- cgit v1.2.3-55-g6feb