2013-09-26 17:14:40 +02:00

13 lines
284 B
Plaintext

$NetBSD: patch-ac,v 1.2 2005/12/05 20:50:03 rillig Exp $
--- strlcpy.c.orig 2005-05-10 16:48:24.000000000 -0400
+++ strlcpy.c
@@ -34,6 +34,7 @@
#include <string.h>
size_t
strlcpy(char *dst, const char *src, size_t siz);
+#undef _DIAGASSERT
#define _DIAGASSERT(a)
#ifdef _LIBC