645. [port] BSD/OS 3.0 needs pthread_init(). [RT #603]
+ 645. [port] BSD/OS 3.0 needs pthread_init(). [RT #603]
+
642. [bug] Break the exit_check() race in the zone module.
[RT #598]
;;
#
- # BSDI 3.1 through 4.0.1 needs pthread_init() to be
+ # BSDI 3.0 through 4.0.1 needs pthread_init() to be
# called before certain pthreads calls. This is deprecated
# in BSD/OS 4.1.
#
- *-bsdi3.1*|*-bsdi4.0*)
+ *-bsdi3.*|*-bsdi4.0*)
cat >> confdefs.h <<\EOF
#define NEED_PTHREAD_INIT 1
EOF
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
AC_DIVERT_POP()dnl
-AC_REVISION($Revision: 1.205.2.1 $)
+AC_REVISION($Revision: 1.205.2.2 $)
AC_INIT(lib/dns/name.c)
AC_PREREQ(2.13)
AC_CHECK_LIB(c_r, sigwait, AC_DEFINE(HAVE_SIGWAIT),)
;;
#
- # BSDI 3.1 through 4.0.1 needs pthread_init() to be
+ # BSDI 3.0 through 4.0.1 needs pthread_init() to be
# called before certain pthreads calls. This is deprecated
# in BSD/OS 4.1.
#
- *-bsdi3.1*|*-bsdi4.0*)
+ *-bsdi3.*|*-bsdi4.0*)
AC_DEFINE(NEED_PTHREAD_INIT)
;;
#