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
284 B
Text
12 lines
284 B
Text
$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
|