diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-06-10 04:17:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-06-10 04:17:38 +0000 |
commit | b96cedb312c1947b4b6934ddeff7529155e97918 (patch) | |
tree | cb5d39de21a6de14532d5c18581cb01aa555eddd /lib/libc/string/bzero.c | |
parent | 74f6da5d981b9a1caa39a2fc4c2ecaac4da4bd1f (diff) |
mop up ifndef KERNEL goo; ok miod
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 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 <string.h> -#else -#include <lib/libkern/libkern.h> -#endif /* * bzero -- vax movc5 instruction |