From 85713af9745072659cd9c8c2c7dec871aeb85110 Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 13 Dec 2005 16:08:54 +0000 Subject: Fix GCC 3.4+: mismatch between prototype and declaration --- net/adns/distinfo | 3 ++- net/adns/patches/patch-ae | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 net/adns/patches/patch-ae (limited to 'net/adns') diff --git a/net/adns/distinfo b/net/adns/distinfo index 2f9884f4337..a07962bdae5 100644 --- a/net/adns/distinfo +++ b/net/adns/distinfo @@ -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-aa) = 17764ad5a7557bcda1fda5fdb62fbb7d4e0cd075 SHA1 (patch-ab) = 3eaa20dbe95de934693c00b73d42fbaf8ff5e5e9 SHA1 (patch-ac) = 2928cd6ccd224bc6d355e52b2f8dc149beaaff84 SHA1 (patch-ad) = 5ce6a933673c82b2058ff67223057bbf18f5d8bb +SHA1 (patch-ae) = fdcc3815b880538ef2c124c7ff3c0ac74b25a14f 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; -- cgit v1.2.3