aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/farsight2/files/patch-transmitters_shm_fs-shm-transmitter.c
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/farsight2/files/patch-transmitters_shm_fs-shm-transmitter.c')
-rw-r--r--net-im/farsight2/files/patch-transmitters_shm_fs-shm-transmitter.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/net-im/farsight2/files/patch-transmitters_shm_fs-shm-transmitter.c b/net-im/farsight2/files/patch-transmitters_shm_fs-shm-transmitter.c
deleted file mode 100644
index eb06175ea5a8..000000000000
--- a/net-im/farsight2/files/patch-transmitters_shm_fs-shm-transmitter.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- transmitters/shm/fs-shm-transmitter.c.orig 2010-11-26 23:51:31.000000000 -0500
-+++ transmitters/shm/fs-shm-transmitter.c 2010-11-26 23:50:40.000000000 -0500
-@@ -52,7 +52,9 @@
- # define close closesocket
- #else /*G_OS_WIN32*/
- # include <netdb.h>
-+# include <sys/types.h>
- # include <sys/socket.h>
-+# include <netinet/in.h>
- # include <netinet/ip.h>
- # include <arpa/inet.h>
- #endif /*G_OS_WIN32*/