summaryrefslogtreecommitdiff
path: root/security/putty/files/patch-uxnet.c
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-02-13 17:45:39 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-02-13 17:45:39 +0000
commit4d3b1de9f7c017656fa451909180ea9f04b3e2ff (patch)
tree22e8cdf366d7d34daf0e73cc787307b82f747fb8 /security/putty/files/patch-uxnet.c
parentFix pkg-plist and move plist's entries into Makefile. (diff)
PuTTY is a client program for the SSH, Telnet and Rlogin network protocols.
These protocols are all used to run a remote session on a computer, over a network. PuTTY implements the client end of that session: the end at which the session is displayed, rather than the end at which it runs. WWW: http://www.chiark.greenend.org.uk/~sgtatham/putty/
Diffstat (limited to 'security/putty/files/patch-uxnet.c')
-rw-r--r--security/putty/files/patch-uxnet.c16
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>
+