mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
46bf503a0a
port, repo-copied from security/pgp5 by asami. I added a bunch of the intl mirrors to make this port super-available. PR: 16377 Submitted by: Mike Sherwood <mike@fate.com>
16 lines
392 B
Plaintext
16 lines
392 B
Plaintext
*** 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
|