diff options
Diffstat (limited to 'lib/libc/string/bzero.c')
-rw-r--r-- | lib/libc/string/bzero.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/string/bzero.c b/lib/libc/string/bzero.c index 9d8a2cef3a2..4d267d4f401 100644 --- a/lib/libc/string/bzero.c +++ b/lib/libc/string/bzero.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bzero.c,v 1.6 2004/11/28 07:16:54 mickey Exp $ */ +/* $OpenBSD: bzero.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */ /* * Copyright (c) 1987 Regents of the University of California. @@ -29,10 +29,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: bzero.c,v 1.6 2004/11/28 07:16:54 mickey Exp $"; -#endif /* LIBC_SCCS and not lint */ - #if !defined(_KERNEL) && !defined(_STANDALONE) #include <string.h> #else |