mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
fix compile on bsd
svn:r10339
This commit is contained in:
parent
31258176b1
commit
0f71ade42f
@ -4124,7 +4124,7 @@ check_libevent_version(const char *m, int server)
|
|||||||
#if defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__NetBSD__)
|
#if defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__NetBSD__)
|
||||||
if (server && version < LE_13B) {
|
if (server && version < LE_13B) {
|
||||||
thread_unsafe = 1;
|
thread_unsafe = 1;
|
||||||
sad_os = "BSD variants"
|
sad_os = "BSD variants";
|
||||||
}
|
}
|
||||||
#elif defined(__APPLE__) || defined(__darwin__)
|
#elif defined(__APPLE__) || defined(__darwin__)
|
||||||
if (server && version < LE_13B) {
|
if (server && version < LE_13B) {
|
||||||
|
Loading…
Reference in New Issue
Block a user