Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
$NetBSD: patch-ab,v 1.3 2007/11/18 00:36:38 adrianp Exp $
--- plugins/dns/dns.c.orig 2007-11-18 00:22:32.000000000 +0000
+++ plugins/dns/dns.c
@@ -11,6 +11,10 @@
#include <arpa/nameser.h>
#include <resolv.h>
+#ifndef T_SRV
+#define T_SRV 33
+#endif
+
struct addrinfo name_server;
poptContext dns_poptcon;
char *request;