summaryrefslogtreecommitdiff
path: root/security/pgp6/files/patch-ag
blob: 8b0d8cdf1d954288edc217a8a344c284a242a647 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
*** libs/pfl/common/pgpRMWOLock.c	2000/01/25 23:30:04	1.1.1.1
--- libs/pfl/common/pgpRMWOLock.c	2000/01/25 23:32:31	1.1.1.2
***************
*** 8,15 ****
  ____________________________________________________________________________*/
  
  #include "pgpBase.h"
  
  #include "pgpRMWOLock.h"
  
  #if PGP_UNIX_SOLARIS
  /*
--- 8,19 ----
  ____________________________________________________________________________*/
  
  #include "pgpBase.h"
  
  #include "pgpRMWOLock.h"
+ 
+ #ifdef __FreeBSD__
+ #define	NULL	0 /* undefined for some reason */
+ #endif
  
  #if PGP_UNIX_SOLARIS
  /*