diff options
Diffstat (limited to 'sys/lib/libkern/strcmp.c')
-rw-r--r-- | sys/lib/libkern/strcmp.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/lib/libkern/strcmp.c b/sys/lib/libkern/strcmp.c index f3439a075c3..ef3b3644c7b 100644 --- a/sys/lib/libkern/strcmp.c +++ b/sys/lib/libkern/strcmp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: strcmp.c,v 1.10 2009/10/27 23:59:35 deraadt Exp $ */ +/* $OpenBSD: strcmp.c,v 1.11 2014/06/10 04:16:57 deraadt Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -32,11 +32,7 @@ * SUCH DAMAGE. */ -#if !defined(_KERNEL) && !defined(_STANDALONE) -#include <string.h> -#else #include <lib/libkern/libkern.h> -#endif /* * Compare strings. |