diff options
Diffstat (limited to 'net-im/telepathy-gabble/files/patch-src_bytestream-socks5.c')
-rw-r--r-- | net-im/telepathy-gabble/files/patch-src_bytestream-socks5.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-im/telepathy-gabble/files/patch-src_bytestream-socks5.c b/net-im/telepathy-gabble/files/patch-src_bytestream-socks5.c deleted file mode 100644 index 07bf4c2ab..000000000 --- a/net-im/telepathy-gabble/files/patch-src_bytestream-socks5.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/bytestream-socks5.c.orig 2009-01-08 01:57:01.000000000 -0500 -+++ src/bytestream-socks5.c 2009-01-08 01:57:20.000000000 -0500 -@@ -21,6 +21,8 @@ - #include "config.h" - #include "bytestream-socks5.h" - -+#include <sys/types.h> -+#include <sys/socket.h> - #include <arpa/inet.h> - #include <errno.h> - #include <fcntl.h> |