summaryrefslogtreecommitdiff
path: root/lib/libc/string/bzero.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/bzero.c')
-rw-r--r--lib/libc/string/bzero.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/string/bzero.c b/lib/libc/string/bzero.c
index 753a27c6cc7..b68942d9db9 100644
--- a/lib/libc/string/bzero.c
+++ b/lib/libc/string/bzero.c
@@ -1,4 +1,4 @@
-/* $NetBSD: bzero.c,v 1.6 1998/02/03 18:49:12 perry Exp $ */
+/* $NetBSD: bzero.c,v 1.7 1998/03/26 23:53:36 cgd Exp $ */
/*
* Copyright (c) 1987 Regents of the University of California.
@@ -38,11 +38,11 @@
#if 0
static char *sccsid = "@(#)bzero.c 5.7 (Berkeley) 2/24/91";
#else
-__RCSID("$NetBSD: bzero.c,v 1.6 1998/02/03 18:49:12 perry Exp $");
+__RCSID("$NetBSD: bzero.c,v 1.7 1998/03/26 23:53:36 cgd Exp $");
#endif
#endif /* LIBC_SCCS and not lint */
-#ifndef _KERNEL
+#if !defined(_KERNEL) && !defined(_STANDALONE)
#include <string.h>
#else
#include <lib/libkern/libkern.h>