aboutsummaryrefslogtreecommitdiff
path: root/dns/adns/files
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-08-13 18:17:01 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-08-13 18:17:01 +0000
commitc4cafa53d10d2bf10ccbc22f3b500cadb133251e (patch)
tree3d59325f7a072ed4711149ff1354f66480b78910 /dns/adns/files
parenta9a2dd0f2a01a8367d815b41d4f1235a11f39c54 (diff)
downloadports-c4cafa53d10d2bf10ccbc22f3b500cadb133251e.tar.gz
ports-c4cafa53d10d2bf10ccbc22f3b500cadb133251e.zip
- Fix build with gcc-3.4
PR: ports/70305 Submitted by: keramida
Notes
Notes: svn path=/head/; revision=116140
Diffstat (limited to 'dns/adns/files')
-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;
+