[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r10339: fix compile on bsd (tor/trunk/src/or)
Author: arma
Date: 2007-05-25 17:56:47 -0400 (Fri, 25 May 2007)
New Revision: 10339
Modified:
tor/trunk/src/or/config.c
Log:
fix compile on bsd
Modified: tor/trunk/src/or/config.c
===================================================================
--- tor/trunk/src/or/config.c 2007-05-25 21:31:49 UTC (rev 10338)
+++ tor/trunk/src/or/config.c 2007-05-25 21:56:47 UTC (rev 10339)
@@ -4124,7 +4124,7 @@
#if defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__NetBSD__)
if (server && version < LE_13B) {
thread_unsafe = 1;
- sad_os = "BSD variants"
+ sad_os = "BSD variants";
}
#elif defined(__APPLE__) || defined(__darwin__)
if (server && version < LE_13B) {