mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-11 05:22:40 -04:00
13 lines
284 B
Plaintext
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
|