From 6ca4427d004281cf1c1dacd7a34be8ee773e5db9 Mon Sep 17 00:00:00 2001 From: deraadt Date: Tue, 10 Jun 2014 04:17:37 +0000 Subject: mop up ifndef KERNEL goo; ok miod --- lib/libc/string/explicit_bzero.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'lib/libc/string/explicit_bzero.c') diff --git a/lib/libc/string/explicit_bzero.c b/lib/libc/string/explicit_bzero.c index fd2948ca44e..5124df23caf 100644 --- a/lib/libc/string/explicit_bzero.c +++ b/lib/libc/string/explicit_bzero.c @@ -1,14 +1,10 @@ -/* $OpenBSD: explicit_bzero.c,v 1.1 2014/01/22 21:06:45 tedu Exp $ */ +/* $OpenBSD: explicit_bzero.c,v 1.2 2014/06/10 04:17:37 deraadt Exp $ */ /* * Public domain. * Written by Ted Unangst */ -#if !defined(_KERNEL) && !defined(_STANDALONE) #include -#else -#include -#endif /* * explicit_bzero - don't let the compiler optimize away bzero -- cgit v1.2.3-59-g8ed1b