mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 12:27:50 -04:00
13 lines
265 B
Plaintext
13 lines
265 B
Plaintext
$NetBSD: patch-ab,v 1.2 2005/12/05 20:50:03 rillig Exp $
|
|
|
|
--- strlcat.c.orig 2005-05-10 16:48:24.000000000 -0400
|
|
+++ strlcat.c
|
|
@@ -35,6 +35,7 @@
|
|
|
|
size_t
|
|
strlcat(char *dst, const char *src, size_t siz);
|
|
+#undef _DIAGASSERT
|
|
#define _DIAGASSERT(a)
|
|
|
|
#ifdef _LIBC
|