diff options
Diffstat (limited to 'lib/libc/string/bcmp.c')
-rw-r--r-- | lib/libc/string/bcmp.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/string/bcmp.c b/lib/libc/string/bcmp.c index fd5c93121ee..f64672990c6 100644 --- a/lib/libc/string/bcmp.c +++ b/lib/libc/string/bcmp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bcmp.c,v 1.9 2008/03/19 03:00:23 ray Exp $ */ +/* $OpenBSD: bcmp.c,v 1.10 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 /* * bcmp -- vax cmpc3 instruction |