freebsd-ports/security/pgp6/files/patch-ag
Will Andrews 46bf503a0a 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>
2000-05-29 06:17:54 +00:00

25 lines
586 B
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
/*