From d1cb2eb4f0f9779a6be2986e760ea8354285bed9 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 --- src/lib/libc/string/strncmp.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/lib/libc/string/strncmp.c') diff --git a/src/lib/libc/string/strncmp.c b/src/lib/libc/string/strncmp.c index 0aea80d7d9..0a4ddc1d9e 100644 --- a/src/lib/libc/string/strncmp.c +++ b/src/lib/libc/string/strncmp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: strncmp.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */ +/* $OpenBSD: strncmp.c,v 1.8 2014/06/10 04:17:37 deraadt Exp $ */ /* * Copyright (c) 1989 The Regents of the University of California. @@ -29,11 +29,7 @@ * SUCH DAMAGE. */ -#if !defined(_KERNEL) && !defined(_STANDALONE) #include -#else -#include -#endif int strncmp(const char *s1, const char *s2, size_t n) -- cgit v1.2.3-55-g6feb