--- export/src/strlcpy.c 2007-03-02 22:26:59.000000000 +0100 +++ ../src/strlcpy.c 2007-03-02 22:38:45.000000000 +0100 @@ -17,19 +17,12 @@ * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#if !defined(_KERNEL) && !defined(_STANDALONE) -#if HAVE_NBTOOL_CONFIG_H -#include "nbtool_config.h" -#endif +#include -#include #if defined(LIBC_SCCS) && !defined(lint) __RCSID("$NetBSD: strlcpy.c,v 1.2 2006/03/30 20:37:51 christos Exp $"); #endif /* LIBC_SCCS and not lint */ -#ifdef _LIBC -#include "namespace.h" -#endif #include #include #include @@ -39,10 +32,6 @@ __weak_alias(strlcpy, _strlcpy) # endif #endif -#else -#include -#endif /* !_KERNEL && !_STANDALONE */ - #if !HAVE_STRLCPY /*