summaryrefslogtreecommitdiff
path: root/src/common/compat.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-02-03 19:59:10 +0000
committerNick Mathewson <nickm@torproject.org>2005-02-03 19:59:10 +0000
commite4b21c97f7ee21c5fb6c8bf6bac3133b2a7c22b9 (patch)
tree2dbda96dc0f7c1717c74b03baf3acf4cf99958d4 /src/common/compat.c
parentcd39e4fc62852c5665a0b0cc77202b23e2590804 (diff)
downloadtor-e4b21c97f7ee21c5fb6c8bf6bac3133b2a7c22b9.tar.gz
tor-e4b21c97f7ee21c5fb6c8bf6bac3133b2a7c22b9.zip
Forward-port SGI Compatibility patches from Jan Schaumann
svn:r3517
Diffstat (limited to 'src/common/compat.c')
-rw-r--r--src/common/compat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/compat.c b/src/common/compat.c
index ae1b58653a..fa30cd8739 100644
--- a/src/common/compat.c
+++ b/src/common/compat.c
@@ -774,6 +774,7 @@ void tor_mutex_free(tor_mutex_t *m)
}
#else
struct tor_mutex_t {
+ int _unused;
};
tor_mutex_t *tor_mutex_new(void) { return NULL; }
void tor_mutex_acquire(tor_mutex_t *m) { }