b71a1d488b
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
12 lines
265 B
Text
12 lines
265 B
Text
$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
|