diff options
author | Warner Losh <imp@FreeBSD.org> | 1998-07-20 23:37:26 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 1998-07-20 23:37:26 +0000 |
commit | edf9db912550b51f1204f62a19620b0f1029e269 (patch) | |
tree | bfe01fd0bbe7ae0fdad9c39f83b908d91d7a0b73 /net/socks5/files | |
parent | 397cbd5c1baf69084949076d3decee7d6ad19903 (diff) |
Notes
Diffstat (limited to 'net/socks5/files')
-rw-r--r-- | net/socks5/files/patch-aa | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/socks5/files/patch-aa b/net/socks5/files/patch-aa new file mode 100644 index 000000000000..6ce05c1b1658 --- /dev/null +++ b/net/socks5/files/patch-aa @@ -0,0 +1,20 @@ +--- lib/rld.c.org Wed Jun 24 22:32:37 1998 ++++ lib/rld.c Wed Jun 24 22:33:11 1998 +@@ -114,7 +114,7 @@ + static void GetOriginalFunc(void **fptr, char *name, int libmask) { + /* Synchronize access to func and lib opening functions if we can... */ + +-#ifndef __FreeBSD__ ++#if !defined(__FreeBSD__) || __FreeBSD__ < 2 + name++; + #endif + +@@ -140,7 +140,7 @@ + static void DGetOriginalFunc(void **fptr, char *name, int libmask) { + /* Synchronize access to func and lib opening functions if we can... */ + +-#ifndef __FreeBSD__ ++#if !defined(__FreeBSD__) || __FreeBSD__ < 2 + name++; + #endif + |