From fe8c2d3183a4872f2eab15c6ec9a0e24f6d6eb70 Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Tue, 11 May 2004 17:53:40 +0000 Subject: FreeBSD port --- cpp/src/IcePack/Grammar.y | 2 +- cpp/src/IceSSL/OpenSSLPluginI.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src') diff --git a/cpp/src/IcePack/Grammar.y b/cpp/src/IcePack/Grammar.y index a38927d2942..3bcd35ce1e2 100644 --- a/cpp/src/IcePack/Grammar.y +++ b/cpp/src/IcePack/Grammar.y @@ -221,7 +221,7 @@ strings } | ICE_PACK_STRING { - $$ = $1 + $$ = $1; } ; diff --git a/cpp/src/IceSSL/OpenSSLPluginI.cpp b/cpp/src/IceSSL/OpenSSLPluginI.cpp index 1e8e1abbe30..6d020a45d39 100644 --- a/cpp/src/IceSSL/OpenSSLPluginI.cpp +++ b/cpp/src/IceSSL/OpenSSLPluginI.cpp @@ -43,7 +43,7 @@ #define OPENSSL_THREAD_DEFINES #include -#if OPENSSL_VERSION_NUMBER < 0x0090700fL +#if OPENSSL_VERSION_NUMBER < 0x0090700fL || defined(__FreeBSD__) # if !defined(THREADS) # error "Thread support not enabled" # endif -- cgit v1.2.3