head	1.2;
access;
symbols
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2008.09.01.17.56.05;	author obrien;	state dead;
branches;
next	1.1;

1.1
date	2000.05.29.06.17.53;	author will;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Fix build on FreeBSD/i386 8-CURRENT.  (7.0 building with GCC 4.2)
@
text
@*** 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
  /*
@


1.1
log
@Update to PGP (International version) 6.5.1i.  This is actually a new
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>
@
text
@@

