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/strcmp.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'lib/libc/string/strcmp.c') diff --git a/lib/libc/string/strcmp.c b/lib/libc/string/strcmp.c index 816fd111ac5..d1b6c50d791 100644 --- a/lib/libc/string/strcmp.c +++ b/lib/libc/string/strcmp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: strcmp.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */ +/* $OpenBSD: strcmp.c,v 1.8 2014/06/10 04:17:37 deraadt Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -32,11 +32,7 @@ * SUCH DAMAGE. */ -#if !defined(_KERNEL) && !defined(_STANDALONE) #include -#else -#include -#endif /* * Compare strings. -- cgit v1.2.3-59-g8ed1b