summaryrefslogtreecommitdiff
path: root/net/adns/patches/patch-ae
blob: 7846ec70a886393a4630b9a0c60918ef1946cb43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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;