mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
342 B
Plaintext
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;
|