summaryrefslogtreecommitdiff
path: root/net/tor/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'net/tor/patches/patch-ab')
-rw-r--r--net/tor/patches/patch-ab13
1 files changed, 0 insertions, 13 deletions
diff --git a/net/tor/patches/patch-ab b/net/tor/patches/patch-ab
deleted file mode 100644
index 5821ca4e96d..00000000000
--- a/net/tor/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2005/02/02 16:41:22 jschauma Exp $
-
---- src/common/compat.c.orig Wed Feb 2 10:50:05 2005
-+++ src/common/compat.c Wed Feb 2 11:15:38 2005
-@@ -583,6 +583,8 @@
-
- #ifndef MS_WINDOWS
- struct tor_mutex_t {
-+ /* struct declarations without members lead to undefined behaviour */
-+ int unused;
- };
- tor_mutex_t *tor_mutex_new(void) { return NULL; }
- void tor_mutex_acquire(tor_mutex_t *m) { }