diff options
Diffstat (limited to '')
-rw-r--r-- | devel/libdnsres/files/patch-dnsres.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/libdnsres/files/patch-dnsres.h b/devel/libdnsres/files/patch-dnsres.h deleted file mode 100644 index f3803fcee396..000000000000 --- a/devel/libdnsres/files/patch-dnsres.h +++ /dev/null @@ -1,20 +0,0 @@ ---- 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_ */ |