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
15 lines
281 B
Text
15 lines
281 B
Text
$NetBSD: patch-ac,v 1.2 2005/12/05 20:50:47 rillig Exp $
|
|
|
|
--- adig.c.orig 2001-05-18 22:59:51.000000000 +0200
|
|
+++ adig.c
|
|
@@ -35,6 +35,10 @@
|
|
#define INADDR_NONE 0xffffffff
|
|
#endif
|
|
|
|
+#ifndef T_SRV
|
|
+#define T_SRV 33
|
|
+#endif /* T_SRV */
|
|
+
|
|
extern int optind;
|
|
extern char *optarg;
|
|
|