summaryrefslogtreecommitdiff
path: root/net/adns/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'net/adns/patches/patch-ae')
-rw-r--r--net/adns/patches/patch-ae13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/adns/patches/patch-ae b/net/adns/patches/patch-ae
new file mode 100644
index 00000000000..7846ec70a88
--- /dev/null
+++ b/net/adns/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2005/12/13 16:08:54 joerg Exp $
+
+--- src/parse.c.orig 2005-12-13 16:03:36.000000000 +0000
++++ src/parse.c
+@@ -113,7 +113,7 @@ adns_status adns__findlabel_next(findlab
+ }
+
+ adns_status adns__parse_domain(adns_state ads, int serv, adns_query qu,
+- vbuf *vb, adns_queryflags flags,
++ vbuf *vb, parsedomain_flags flags,
+ const byte *dgram, int dglen, int *cbyte_io,
+ int max) {
+ findlabel_state fls;