summaryrefslogtreecommitdiff
path: root/security/pgp6/files/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'security/pgp6/files/patch-aj')
-rw-r--r--security/pgp6/files/patch-aj11
1 files changed, 0 insertions, 11 deletions
diff --git a/security/pgp6/files/patch-aj b/security/pgp6/files/patch-aj
deleted file mode 100644
index 2e5852c1065b..000000000000
--- a/security/pgp6/files/patch-aj
+++ /dev/null
@@ -1,11 +0,0 @@
---- libs/pgpcdk/pub/include/pgpSockets.h.orig 1999-08-04 11:36:04.000000000 -0700
-+++ libs/pgpcdk/pub/include/pgpSockets.h 2008-08-31 00:37:11.000000000 -0700
-@@ -20,7 +20,7 @@ ________________________________________
- #if PGP_UNIX
- # include <sys/types.h>
- # include <sys/socket.h>
--#if PGP_UNIX_LINUX
-+#if PGP_UNIX_LINUX || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
- # include <sys/time.h> /* Needed for unknown reason */
- # include <sys/ioctl.h> /* Need FIONREAD */
- #elif PGP_UNIX_SOLARIS