Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
7d5b32ac
Commit
7d5b32ac
authored
Jun 08, 2005
by
Mark Andrews
Browse files
1860. [port] solaris 2.8: hack_shutup_pthreadmutexinit was
incorrectly set. [RT #14775]
parent
f4c369b4
Changes
5
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
7d5b32ac
...
...
@@ -34,7 +34,8 @@
1861. [bug] dig could trigger a INSIST on certain malformed
responses. [RT #14801]
1860. [placeholder] rt14775
1860. [port] solaris 2.8: hack_shutup_pthreadmutexinit was
incorrectly set. [RT #14775]
1859. [func] Add support for CH A record. [RT #14695]
...
...
configure
View file @
7d5b32ac
...
...
@@ -14,7 +14,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
#
# $Id: configure,v 1.36
3
2005/06/0
4
0
5:38:48 jinmei
Exp $
# $Id: configure,v 1.36
4
2005/06/0
8
0
0:50:08 marka
Exp $
#
# Portions Copyright (C) 1996-2001 Nominum, Inc.
#
...
...
@@ -29,7 +29,7 @@
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# From configure.in Revision: 1.37
6
.
# From configure.in Revision: 1.37
7
.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59.
#
...
...
doc/private/branches
View file @
7d5b32ac
...
...
@@ -31,7 +31,7 @@ rt13587 review
rt13606 open marka // TSIG SHA256
rt13662 open marka // rrset-order fixed
rt13753 review
rt14775
review
rt14775
closed
rt14814 review
rt14815 open marka
rt14855 open // 9.4 ARM review
...
...
lib/bind/configure
View file @
7d5b32ac
...
...
@@ -30569,7 +30569,6 @@ case "$host" in
hack_shutup_in6addr_init_macros=yes
;;
*-solaris2.8)
hack_shutup_pthreadmutexinit=yes
hack_shutup_in6addr_init_macros=yes
;;
*-solaris2.9)
...
...
lib/bind/configure.in
View file @
7d5b32ac
...
...
@@ -13,7 +13,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
AC_REVISION($Revision: 1.10
2
$)
AC_REVISION($Revision: 1.10
3
$)
AC_INIT(resolv/herror.c)
AC_PREREQ(2.13)
...
...
@@ -2251,7 +2251,6 @@ case "$host" in
hack_shutup_in6addr_init_macros=yes
;;
*-solaris2.8)
hack_shutup_pthreadmutexinit=yes
hack_shutup_in6addr_init_macros=yes
;;
*-solaris2.9)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment