From b96cedb312c1947b4b6934ddeff7529155e97918 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 10 Jun 2014 04:17:38 +0000 Subject: mop up ifndef KERNEL goo; ok miod --- lib/libc/string/bzero.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'lib/libc/string/bzero.c') diff --git a/lib/libc/string/bzero.c b/lib/libc/string/bzero.c index 4d267d4f401..fdd3d9cc8da 100644 --- a/lib/libc/string/bzero.c +++ b/lib/libc/string/bzero.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bzero.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */ +/* $OpenBSD: bzero.c,v 1.8 2014/06/10 04:17:37 deraadt Exp $ */ /* * Copyright (c) 1987 Regents of the University of California. @@ -29,11 +29,7 @@ * SUCH DAMAGE. */ -#if !defined(_KERNEL) && !defined(_STANDALONE) #include -#else -#include -#endif /* * bzero -- vax movc5 instruction -- cgit v1.2.3