diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2007-07-02 15:31:28 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2007-07-02 15:31:28 +0000 |
| commit | efd7ae8a0c27fd8aca33704fc4ec9cd286e28f79 (patch) | |
| tree | 2c57b4d2a41db96e25dd8de67f5b6cec2fa44431 /libbind-9.3.1rc1-fix_h_errno.patch | |
| parent | f8020c403b7cd52de043273e348b02e531abb43a (diff) | |
- minor changes in default configuration ('pedantic' changes only)
- fix wrong errno assigment in __res_vinit function (#245857)
- removed wrong patch to #150288
Diffstat (limited to 'libbind-9.3.1rc1-fix_h_errno.patch')
| -rw-r--r-- | libbind-9.3.1rc1-fix_h_errno.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/libbind-9.3.1rc1-fix_h_errno.patch b/libbind-9.3.1rc1-fix_h_errno.patch deleted file mode 100644 index aa52d86..0000000 --- a/libbind-9.3.1rc1-fix_h_errno.patch +++ /dev/null @@ -1,26 +0,0 @@ ---- bind-9.3.1rc1/lib/bind/irs/irs_data.c.fix_h_errno 2004-11-29 20:15:43.000000000 -0500 -+++ bind-9.3.1rc1/lib/bind/irs/irs_data.c 2005-03-09 21:05:52.000000000 -0500 -@@ -222,12 +222,7 @@ - void - __h_errno_set(struct __res_state *res, int err) { - -- --#if (__GLIBC__ > 2 || __GLIBC__ == 2 && __GLIBC_MINOR__ >= 3) -- res->res_h_errno = err; --#else - h_errno = res->res_h_errno = err; --#endif - } - - #endif /*__BIND_NOSTATIC*/ ---- bind-9.3.1rc1/lib/bind/resolv/res_query.c.fix_h_errno 2004-03-16 07:34:19.000000000 -0500 -+++ bind-9.3.1rc1/lib/bind/resolv/res_query.c 2005-03-09 21:53:34.000000000 -0500 -@@ -192,6 +192,8 @@ - } - return (-1); - } -+ if( n > 0 ) -+ RES_SET_H_ERRNO(statp,0); - return (n); - } - |
