aboutsummaryrefslogtreecommitdiffstats
path: root/dns/adns
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-08-14 02:17:01 +0800
committerpav <pav@FreeBSD.org>2004-08-14 02:17:01 +0800
commit4dd5bd41137321ea1ec657f6e8c223cb562a7805 (patch)
treeec3dadf6cdddd8fbd4936b0e5d4f18057ff6913a /dns/adns
parent4db4df4a0a13ace9c42a6d197d8721af8a9fa26a (diff)
downloadfreebsd-ports-gnome-4dd5bd41137321ea1ec657f6e8c223cb562a7805.tar.gz
freebsd-ports-gnome-4dd5bd41137321ea1ec657f6e8c223cb562a7805.tar.zst
freebsd-ports-gnome-4dd5bd41137321ea1ec657f6e8c223cb562a7805.zip
- Fix build with gcc-3.4
PR: ports/70305 Submitted by: keramida
Diffstat (limited to 'dns/adns')
-rw-r--r--dns/adns/files/patch-src-parse.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/dns/adns/files/patch-src-parse.c b/dns/adns/files/patch-src-parse.c
new file mode 100644
index 000000000000..e1f67f297ab0
--- /dev/null
+++ b/dns/adns/files/patch-src-parse.c
@@ -0,0 +1,11 @@
+--- src/parse.c.orig Wed Aug 11 18:19:45 2004
++++ src/parse.c Wed Aug 11 18:20:19 2004
+@@ -111,7 +111,7 @@
+ }
+
+ 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;
+