diff options
Diffstat (limited to 'security/pgp6/files/patch-as')
-rw-r--r-- | security/pgp6/files/patch-as | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/security/pgp6/files/patch-as b/security/pgp6/files/patch-as deleted file mode 100644 index f78f4fc4b91f..000000000000 --- a/security/pgp6/files/patch-as +++ /dev/null @@ -1,11 +0,0 @@ ---- libs/pfl/common/lthread/pgpSemaphore.c.orig 1998-03-17 21:08:17.000000000 -0800 -+++ libs/pfl/common/lthread/pgpSemaphore.c 2008-09-01 10:01:39.000000000 -0700 -@@ -41,7 +41,7 @@ int PGPSemDestroy(PGPSem_t *sem) - #endif /* end PGP_UNIX_SOLARIS */ - - /* Linux has sem_init function but no headers ?? */ --#if HAVE_SEM_INIT && !PGP_UNIX_LINUX -+#if HAVE_SEM_INIT && !PGP_UNIX_LINUX && !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__OpenBSD__) - - PGPSemAttr_t PGPSemAttr_def = {0, 0}; - |