summaryrefslogtreecommitdiffstats
path: root/net/socks5/files
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>1998-10-07 18:51:28 +0000
committerimp <imp@FreeBSD.org>1998-10-07 18:51:28 +0000
commit1a65bee00dcd855167531cf6b0c5b71c858e6817 (patch)
treef732f322a32bebc134616eaf3e4388ebc0e84229 /net/socks5/files
parentbc71230101120a30ec654df8ad356a041a2e3621 (diff)
downloadFreeBSD-ports-1a65bee00dcd855167531cf6b0c5b71c858e6817.zip
FreeBSD-ports-1a65bee00dcd855167531cf6b0c5b71c858e6817.tar.gz
Update to ELF and v1.0r7. This version supports only one type of
binaries (ELF OR aout) with runsocks.
Diffstat (limited to 'net/socks5/files')
-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 6ce05c1..9c4c8d1 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
OpenPOWER on IntegriCloud