summaryrefslogtreecommitdiff
path: root/security/pgp6/files/patch-aq
diff options
context:
space:
mode:
Diffstat (limited to 'security/pgp6/files/patch-aq')
-rw-r--r--security/pgp6/files/patch-aq15
1 files changed, 15 insertions, 0 deletions
diff --git a/security/pgp6/files/patch-aq b/security/pgp6/files/patch-aq
new file mode 100644
index 000000000000..693baa04b11c
--- /dev/null
+++ b/security/pgp6/files/patch-aq
@@ -0,0 +1,15 @@
+*** libs/network/ldaplib/include/ldap.h 2000/01/26 03:10:31 1.1.1.1
+--- libs/network/ldaplib/include/ldap.h 2000/01/26 03:12:53 1.1.1.2
+***************
+*** 90,95 ****
+--- 90,99 ----
+ #define GetThreadID pthread_self
+ #endif
+
++ #ifdef __FreeBSD__
++ #define GetThreadID pthread_self
++ #endif
++
+ #if PGP_MACINTOSH
+ #define Debug( level, fmt, arg1, arg2, arg3 ) {} /* Nothing */
+ #else