diff options
Diffstat (limited to 'sys/lib/libkern/bzero.c')
-rw-r--r-- | sys/lib/libkern/bzero.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/lib/libkern/bzero.c b/sys/lib/libkern/bzero.c index e2f924a2615..cf147153faf 100644 --- a/sys/lib/libkern/bzero.c +++ b/sys/lib/libkern/bzero.c @@ -1,3 +1,5 @@ +/* $OpenBSD: bzero.c,v 1.3 1997/11/07 15:56:38 niklas Exp $ */ + /* * Copyright (c) 1987 Regents of the University of California. * All rights reserved. @@ -33,7 +35,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 15:18:46 deraadt Exp $"; +static char *rcsid = "$OpenBSD: bzero.c,v 1.3 1997/11/07 15:56:38 niklas Exp $"; #endif /* LIBC_SCCS and not lint */ #ifndef _KERNEL |