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/strnlen.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/lib/libc/string/strnlen.c') diff --git a/src/lib/libc/string/strnlen.c b/src/lib/libc/string/strnlen.c index a5e13ae04e..872cfa6cce 100644 --- a/src/lib/libc/string/strnlen.c +++ b/src/lib/libc/string/strnlen.c @@ -1,4 +1,4 @@ -/* $OpenBSD: strnlen.c,v 1.4 2012/04/26 01:22:31 matthew Exp $ */ +/* $OpenBSD: strnlen.c,v 1.5 2014/06/10 04:17:37 deraadt Exp $ */ /* * Copyright (c) 2010 Todd C. Miller @@ -18,11 +18,7 @@ #include -#if !defined(_KERNEL) && !defined(_STANDALONE) #include -#else -#include -#endif size_t strnlen(const char *str, size_t maxlen) -- cgit v1.2.3-55-g6feb