summaryrefslogtreecommitdiff
path: root/net/socks5/files/patch-aa
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>1998-10-07 18:51:28 +0000
committerWarner Losh <imp@FreeBSD.org>1998-10-07 18:51:28 +0000
commitffe162b612136bf57c95d330ed24dcac8b5b8e46 (patch)
tree94752969097a080b2dde0e614406f54cc563608b /net/socks5/files/patch-aa
parentUpgrade to 0.92b, change MAINTAINER to woju@freebsd.ntu.edu.tw. (diff)
Update to ELF and v1.0r7. This version supports only one type of
binaries (ELF OR aout) with runsocks.
Notes
Notes: svn path=/head/; revision=13716
Diffstat (limited to '')
-rw-r--r--net/socks5/files/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/socks5/files/patch-aa b/net/socks5/files/patch-aa
index 6ce05c1b1658..9c4c8d11cc4a 100644
--- a/net/socks5/files/patch-aa
+++ b/net/socks5/files/patch-aa
@@ -5,7 +5,7 @@
/* Synchronize access to func and lib opening functions if we can... */
-#ifndef __FreeBSD__
-+#if !defined(__FreeBSD__) || __FreeBSD__ < 2
++#if !defined(__FreeBSD__) || __FreeBSD__ != 2
name++;
#endif
@@ -14,7 +14,7 @@
/* Synchronize access to func and lib opening functions if we can... */
-#ifndef __FreeBSD__
-+#if !defined(__FreeBSD__) || __FreeBSD__ < 2
++#if !defined(__FreeBSD__) || __FreeBSD__ != 2
name++;
#endif