summaryrefslogtreecommitdiff
path: root/security/pgp6/files/patch-aq
blob: 693baa04b11c37a9c35f9b109f03f31914d50a46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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