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/strncpy.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/lib/libc/string/strncpy.c') diff --git a/src/lib/libc/string/strncpy.c b/src/lib/libc/string/strncpy.c index 4426cbe2e3..5003a199a9 100644 --- a/src/lib/libc/string/strncpy.c +++ b/src/lib/libc/string/strncpy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: strncpy.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */ +/* $OpenBSD: strncpy.c,v 1.7 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 /* * Copy src to dst, truncating or null-padding to always copy n bytes. -- cgit v1.2.3-55-g6feb