From: Kurt Zeilenga Date: Fri, 19 May 2000 20:48:05 +0000 (+0000) Subject: before include X-Git-Tag: OPENLDAP_REL_ENG_1_2_11~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40b8a71ce37925ef30d375b14491d8e438b6e3ee;p=thirdparty%2Fopenldap.git before include #define PTH_SYSCALL_SOFT 1 --- diff --git a/CHANGES b/CHANGES index 3e7a6cd069..acc5bf04e7 100644 --- a/CHANGES +++ b/CHANGES @@ -10,6 +10,7 @@ Changes included in OpenLDAP 1.2.11 Release Engineering Fixed NULL prefix bug in libldap/ufn.c Fixed slapd_shutdown extern reference bug (ITS#527) Build Environment + Change GNU Pth to enable soft syscalls Changed RCPT cmds symbol to avoid link conflict (ITS#526) Changed LDBM directory to $localstatedir/openldap-ldbm diff --git a/include/ldap_pvt_thread.h b/include/ldap_pvt_thread.h index fd5054e675..bfcf1d8224 100644 --- a/include/ldap_pvt_thread.h +++ b/include/ldap_pvt_thread.h @@ -74,6 +74,7 @@ LDAP_END_DECL * * ***********************************/ +#define PTH_SYSCALL_SOFT 1 #include LDAP_BEGIN_DECL