diff --git a/dep/ACE_wrappers/configure.ac b/dep/ACE_wrappers/configure.ac index e284ac49d..74a3f1e0b 100644 --- a/dep/ACE_wrappers/configure.ac +++ b/dep/ACE_wrappers/configure.ac @@ -6472,7 +6472,7 @@ dnl FIXME!!! dnl The following is a kludge until the netdb reentrant function dnl number of arguments is handled. case "$host" in - *linux*) AC_DEFINE([ACE_LACKS_NETDB_REENTRANT_FUNCTIONS]);; + *linux* | *freebsd*) AC_DEFINE([ACE_LACKS_NETDB_REENTRANT_FUNCTIONS]);; *) ;; esac diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 783ec7f3a..a557f6497 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "11059" + #define REVISION_NR "11060" #endif // __REVISION_NR_H__