From f7a45e9e9acae22fc8743cb6d05d5be712b3a1fe Mon Sep 17 00:00:00 2001 From: zergtmn Date: Sat, 22 Jan 2011 02:05:35 +0500 Subject: [PATCH] [11060] Fix compile of builtin ACE on FreeBSD --- dep/ACE_wrappers/configure.ac | 2 +- src/shared/revision_nr.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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__