diff options
Diffstat (limited to 'lib/libc/string/explicit_bzero.c')
-rw-r--r-- | lib/libc/string/explicit_bzero.c | 6 |
1 files changed, 1 insertions, 5 deletions
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 <string.h> -#else -#include <lib/libkern/libkern.h> -#endif /* * explicit_bzero - don't let the compiler optimize away bzero |