diff options
Diffstat (limited to 'security/pgp6/files/patch-aj')
-rw-r--r-- | security/pgp6/files/patch-aj | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/security/pgp6/files/patch-aj b/security/pgp6/files/patch-aj new file mode 100644 index 000000000000..60ebe9025049 --- /dev/null +++ b/security/pgp6/files/patch-aj @@ -0,0 +1,15 @@ +*** libs/pgpcdk/pub/include/pgpSockets.h 2000/01/26 03:10:46 1.1.1.1 +--- libs/pgpcdk/pub/include/pgpSockets.h 2000/01/26 03:13:58 1.1.1.2 +*************** +*** 30,35 **** +--- 30,39 ---- + # include <netdb.h> + #endif + ++ #ifdef __FreeBSD__ ++ # include <sys/ioctl.h> /* Need FIONREAD */ ++ #endif ++ + #if PGP_WIN32 + # include <winsock.h> + #endif |