pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/adns Fix GCC 3.4+: mismatch between prototype and ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dd9e6cbb7255
branches:  trunk
changeset: 504554:dd9e6cbb7255
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Dec 13 16:08:54 2005 +0000

description:
Fix GCC 3.4+: mismatch between prototype and declaration

diffstat:

 net/adns/distinfo         |   3 ++-
 net/adns/patches/patch-ae |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 8f56cb799c18 -r dd9e6cbb7255 net/adns/distinfo
--- a/net/adns/distinfo Tue Dec 13 16:02:11 2005 +0000
+++ b/net/adns/distinfo Tue Dec 13 16:08:54 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2005/03/12 06:05:33 tv Exp $
+$NetBSD: distinfo,v 1.10 2005/12/13 16:08:54 joerg Exp $
 
 SHA1 (adns-1.1.tar.gz) = cd47dfc819b147b3275eaf6316f17f15be7187e5
 RMD160 (adns-1.1.tar.gz) = c6198f864afc40657dd94b7a94cf59a483ab7581
@@ -7,3 +7,4 @@
 SHA1 (patch-ab) = 3eaa20dbe95de934693c00b73d42fbaf8ff5e5e9
 SHA1 (patch-ac) = 2928cd6ccd224bc6d355e52b2f8dc149beaaff84
 SHA1 (patch-ad) = 5ce6a933673c82b2058ff67223057bbf18f5d8bb
+SHA1 (patch-ae) = fdcc3815b880538ef2c124c7ff3c0ac74b25a14f
diff -r 8f56cb799c18 -r dd9e6cbb7255 net/adns/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/adns/patches/patch-ae Tue Dec 13 16:08:54 2005 +0000
@@ -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;



Home | Main Index | Thread Index | Old Index