summaryrefslogtreecommitdiffstats
path: root/bind-9.4-_res_errno.patch
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2007-10-09 13:09:31 +0000
committerAdam Tkac <atkac@fedoraproject.org>2007-10-09 13:09:31 +0000
commit99d962abf01abd03abd4f9630eaea79b0a56361b (patch)
tree9ef64f942df3125a60296cd58fc5d7b34fee7ebc /bind-9.4-_res_errno.patch
parent7cde3f5efd0d0c4fe040457f36290a05184814a3 (diff)
- updated to 9.4.2rc1
- patches merged to upstream - bind-9.4-update.patch - bind-9.4-_res_errno.patch
Diffstat (limited to 'bind-9.4-_res_errno.patch')
-rw-r--r--bind-9.4-_res_errno.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/bind-9.4-_res_errno.patch b/bind-9.4-_res_errno.patch
deleted file mode 100644
index b325eb1..0000000
--- a/bind-9.4-_res_errno.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-Written-by: Mark Andrews <Mark_Andrews isc org>
-Reviewed-by: Adam Tkac <atkac redhat com>
-
-diff -up bind-9.5.0a6/lib/bind/resolv/res_data.c._res_errno bind-9.5.0a6/lib/bind/resolv/res_data.c
---- bind-9.5.0a6/lib/bind/resolv/res_data.c._res_errno 2007-09-06 09:26:29.000000000 +0200
-+++ bind-9.5.0a6/lib/bind/resolv/res_data.c 2007-09-06 09:28:14.000000000 +0200
-@@ -40,7 +40,6 @@ static const char rcsid[] = "$Id: res_da
- #include <unistd.h>
-
- #include "port_after.h"
--#undef _res
-
- const char *_res_opcodes[] = {
- "QUERY",
-@@ -70,6 +69,7 @@ const char *_res_sectioncodes[] = {
- };
- #endif
-
-+#undef _res
- #ifndef __BIND_NOSTATIC
- struct __res_state _res
- # if defined(__BIND_RES_TEXT)
-@@ -77,6 +77,10 @@ struct __res_state _res
- # endif
- ;
-
-+#if defined(DO_PTHREADS) || defined(__linux)
-+#define _res (*__res_state())
-+#endif
-+
- /* Proto. */
-
- int res_ourserver_p(const res_state, const struct sockaddr_in *);