diff options
Diffstat (limited to 'security/libssh/files/patch-libssh__buffer.c')
-rw-r--r-- | security/libssh/files/patch-libssh__buffer.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/security/libssh/files/patch-libssh__buffer.c b/security/libssh/files/patch-libssh__buffer.c deleted file mode 100644 index c800538d3150..000000000000 --- a/security/libssh/files/patch-libssh__buffer.c +++ /dev/null @@ -1,14 +0,0 @@ ---- ./libssh/buffer.c.orig 2009-05-21 18:46:17.000000000 +1000 -+++ ./libssh/buffer.c 2009-07-09 08:21:13.000000000 +1000 -@@ -23,6 +23,11 @@ - - #include <stdlib.h> - #include <string.h> -+ -+#ifndef _WIN32 -+#include <arpa/inet.h> -+#endif -+ - #include "libssh/priv.h" - - /** \defgroup ssh_buffer SSH Buffers |