2013-09-26 17:14:40 +02:00

16 lines
342 B
Plaintext

$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;