aboutsummaryrefslogtreecommitdiff
path: root/security/tor-devel
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-05-29 13:25:36 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-05-29 13:25:36 +0000
commit578d969c79734be70191f8d7483f0b4a8501da34 (patch)
tree555e1debc9bb7ced6ff37e28a91d30f4dc46acba /security/tor-devel
parent814d09112a2b1d7df6fcbf612105ade5ba426d35 (diff)
downloadports-578d969c79734be70191f8d7483f0b4a8501da34.tar.gz
ports-578d969c79734be70191f8d7483f0b4a8501da34.zip
Notes
Diffstat (limited to 'security/tor-devel')
-rw-r--r--security/tor-devel/files/patch-src::common::util.c15
1 files changed, 11 insertions, 4 deletions
diff --git a/security/tor-devel/files/patch-src::common::util.c b/security/tor-devel/files/patch-src::common::util.c
index 44c2290a71f8..f33fad3a3465 100644
--- a/security/tor-devel/files/patch-src::common::util.c
+++ b/security/tor-devel/files/patch-src::common::util.c
@@ -1,7 +1,14 @@
-diff -ur /tmp/tor-0.0.6.2/src/common/util.c ./src/common/util.c
---- /tmp/tor-0.0.6.2/src/common/util.c Sun May 2 00:29:20 2004
-+++ ./src/common/util.c Fri May 28 14:49:22 2004
-@@ -56,7 +56,9 @@
+--- src/common/util.c.orig Sun May 2 01:29:20 2004
++++ src/common/util.c Sat May 29 15:19:02 2004
+@@ -25,6 +25,7 @@
+ #include <windows.h>
+ #endif
+
++#include <sys/param.h>
+ #include <stdlib.h>
+ #include <stdio.h>
+ #include <string.h>
+@@ -56,7 +57,9 @@
#include <sys/limits.h>
#endif
#ifdef HAVE_MACHINE_LIMITS_H