diff options
Diffstat (limited to 'lib/libc/string/bzero.c')
-rw-r--r-- | lib/libc/string/bzero.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 |