Date: Fri, 17 Feb 2006 17:40:00 -0700 (MST) From: Phil Oleson <oz@nixil.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/93505: [Patch] devel/libdnsres Message-ID: <200602180040.k1I0e0Xx040633@nixil.net> Resent-Message-ID: <200602180050.k1I0o5MF067709@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 93505 >Category: ports >Synopsis: [Patch] devel/libdnsres >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Feb 18 00:50:04 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Phil Oleson >Release: FreeBSD 4.7-RELEASE-p28 i386 >Organization: N/A >Environment: System: FreeBSD nixil.net 4.7-RELEASE-p28 FreeBSD 4.7-RELEASE-p28 #43: Wed Jul 20 09:35:30 MDT 2005 root@nixil:/usr/src/sys/compile/nixil i386 >Description: patch to fix usage with c++ >How-To-Repeat: N/A >Fix: Patch included. --- patch-libdnsres begins here --- diff -ruN libdnsres.orig/files/patch-dnsres.h libdnsres/files/patch-dnsres.h --- libdnsres.orig/files/patch-dnsres.h Wed Dec 31 17:00:00 1969 +++ libdnsres/files/patch-dnsres.h Fri Feb 17 17:35:10 2006 @@ -0,0 +1,20 @@ +--- dnsres.h.orig Fri Feb 17 16:51:37 2006 ++++ dnsres.h Fri Feb 17 16:52:14 2006 +@@ -431,6 +431,8 @@ + int dnsres_net_addrcmp(struct sockaddr *, struct sockaddr *); + int dnsres_getrrsetbyname(const char *, unsigned int, unsigned int, unsigned int, struct dnsres_rrsetinfo **); + void dnsres_freerrset(struct dnsres_rrsetinfo *); ++int dnsres_init(struct dnsres *); ++void dnsres_cancel_lookup(void *); + __END_DECLS + + /* +@@ -502,8 +504,5 @@ + struct dnsres_hostent_state hostent_state; + struct dnsres_servent_state servent_state; + }; +- +-int dnsres_init(struct dnsres *_resp); +-void dnsres_cancel_lookup(void *handle); + + #endif /* _DNSRES_H_ */ --- patch-libdnsres ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602180040.k1I0e0Xx040633>