pkgsrc/net/libares/patches/patch-ac
rillig b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
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
2005-12-05 20:49:47 +00:00

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;