From 4d3b1de9f7c017656fa451909180ea9f04b3e2ff Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Fri, 13 Feb 2004 17:45:39 +0000 Subject: 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/ --- security/putty/files/patch-uxnet.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 security/putty/files/patch-uxnet.c (limited to 'security/putty/files/patch-uxnet.c') 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 + #include + #include ++#ifdef __FreeBSD__ ++#include ++#include ++#else + #include + #include ++#endif + #include + #include + -- cgit v1.2.3