diff options
author | 2004-10-02 19:27:06 +0000 | |
---|---|---|
committer | 2004-10-02 19:27:06 +0000 | |
commit | 09d9102bbc50eaef26240e5a6d27cbede9244d0a (patch) | |
tree | 9126d8fcd4161af82ac4632f10ee21aab5f43c1d /net-libs/adns/files | |
parent | Version bump. Preview release of the upcoming 0.9.8.1. (diff) | |
download | historical-09d9102bbc50eaef26240e5a6d27cbede9244d0a.tar.gz historical-09d9102bbc50eaef26240e5a6d27cbede9244d0a.tar.bz2 historical-09d9102bbc50eaef26240e5a6d27cbede9244d0a.zip |
Add gcc-3.4 patch from bug 66034.
Diffstat (limited to 'net-libs/adns/files')
-rw-r--r-- | net-libs/adns/files/adns-gcc34.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-libs/adns/files/adns-gcc34.patch b/net-libs/adns/files/adns-gcc34.patch new file mode 100644 index 000000000000..ffa4e9e647b7 --- /dev/null +++ b/net-libs/adns/files/adns-gcc34.patch @@ -0,0 +1,11 @@ +--- src/parse.c.orig 2000-09-17 02:24:24.000000000 +0200 ++++ src/parse.c 2004-10-02 20:22:33.081002552 +0200 +@@ -111,7 +111,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; + |