diff options
Diffstat (limited to 'security/putty/files/patch-uxnet.c')
| -rw-r--r-- | security/putty/files/patch-uxnet.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/security/putty/files/patch-uxnet.c b/security/putty/files/patch-uxnet.c new file mode 100644 index 000000000000..e3cfc949c4b1 --- /dev/null +++ b/security/putty/files/patch-uxnet.c @@ -0,0 +1,16 @@ +--- uxnet.c.orig Tue Feb 3 15:47:43 2004 ++++ uxnet.c Fri Feb 13 14:19:00 2004 +@@ -11,8 +11,13 @@ + #include <sys/types.h> + #include <sys/socket.h> + #include <sys/ioctl.h> ++#ifdef __FreeBSD__ ++#include <netinet/in.h> ++#include <arpa/inet.h> ++#else + #include <arpa/inet.h> + #include <netinet/in.h> ++#endif + #include <netinet/tcp.h> + #include <netdb.h> + |
