Mon Nov 4 16:41:16 2013 UTC ()
Removed undocumented (and almost always unsupported) bounded attribute.


(joerg)
diff -r1.2 -r1.3 pkgsrc/devel/libdnsres/distinfo
diff -r0 -r1.1 pkgsrc/devel/libdnsres/patches/patch-resolv.h

cvs diff -r1.2 -r1.3 pkgsrc/devel/libdnsres/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/libdnsres/distinfo 2006/02/26 17:01:25 1.2
+++ pkgsrc/devel/libdnsres/distinfo 2013/11/04 16:41:16 1.3
@@ -1,7 +1,8 @@ @@ -1,7 +1,8 @@
1$NetBSD: distinfo,v 1.2 2006/02/26 17:01:25 joerg Exp $ 1$NetBSD: distinfo,v 1.3 2013/11/04 16:41:16 joerg Exp $
2 2
3SHA1 (libdnsres-0.1a.tar.gz) = 570b5d8071dacf16ba7588d6c3fc6f4c3ed55976 3SHA1 (libdnsres-0.1a.tar.gz) = 570b5d8071dacf16ba7588d6c3fc6f4c3ed55976
4RMD160 (libdnsres-0.1a.tar.gz) = 05a92882d1fc0394792e9f28be4584650b46e323 4RMD160 (libdnsres-0.1a.tar.gz) = 05a92882d1fc0394792e9f28be4584650b46e323
5Size (libdnsres-0.1a.tar.gz) = 360583 bytes 5Size (libdnsres-0.1a.tar.gz) = 360583 bytes
6SHA1 (patch-aa) = e18e80c307c26e0d7c1626171f7c881092174b29 6SHA1 (patch-aa) = e18e80c307c26e0d7c1626171f7c881092174b29
7SHA1 (patch-ab) = 29d8a2092c444899e4fdc703b35af33efa95192b 7SHA1 (patch-ab) = 29d8a2092c444899e4fdc703b35af33efa95192b
 8SHA1 (patch-resolv.h) = 22b59a63b26ffcc5816809f7384c4fc9125d4cbd

File Added: pkgsrc/devel/libdnsres/patches/patch-resolv.h
$NetBSD: patch-resolv.h,v 1.1 2013/11/04 16:41:16 joerg Exp $

--- resolv.h.orig	2013-11-04 15:25:15.000000000 +0000
+++ resolv.h
@@ -340,8 +340,7 @@ int			res_mkquery(struct dnsres *,
 void			res_send(struct dnsres *,
 			    const unsigned char *, int, unsigned char *, int,
 			    void (*)(int, struct res_search_state *),
-			    struct res_search_state *)
-			__attribute__((__bounded__(__string__,4,5)));
+			    struct res_search_state *);
 int			res_isourserver(struct dnsres *,
 			    const struct sockaddr_in *);
 int			res_nameinquery(const char *, int, int,