46bf503a0a
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>
15 lines
347 B
Text
15 lines
347 B
Text
*** 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
|