From d7615c200c61c89d6c4f97de1e3abf99bb759de9 Mon Sep 17 00:00:00 2001 From: Thorsten Lockert Date: Mon, 19 Aug 1996 08:35:14 +0000 Subject: Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly --- lib/libc/string/bzero.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/libc/string/bzero.c') diff --git a/lib/libc/string/bzero.c b/lib/libc/string/bzero.c index 7d89de23f34..3e660a307fe 100644 --- a/lib/libc/string/bzero.c +++ b/lib/libc/string/bzero.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)bzero.c 5.7 (Berkeley) 2/24/91";*/ -static char *rcsid = "$Id: bzero.c,v 1.2 1996/05/01 12:57:40 deraadt Exp $"; +static char *rcsid = "$OpenBSD: bzero.c,v 1.3 1996/08/19 08:34:00 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #ifndef _KERNEL -- cgit v1.2.3