diff options
Diffstat (limited to 'net-im/farsight2/files/patch-gst-libs_gst_farsight_fs-interfaces.c')
-rw-r--r-- | net-im/farsight2/files/patch-gst-libs_gst_farsight_fs-interfaces.c | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/net-im/farsight2/files/patch-gst-libs_gst_farsight_fs-interfaces.c b/net-im/farsight2/files/patch-gst-libs_gst_farsight_fs-interfaces.c deleted file mode 100644 index f0e6bac3d5e2..000000000000 --- a/net-im/farsight2/files/patch-gst-libs_gst_farsight_fs-interfaces.c +++ /dev/null @@ -1,24 +0,0 @@ ---- gst-libs/gst/farsight/fs-interfaces.c.orig 2010-05-22 03:04:56.000000000 -0400 -+++ gst-libs/gst/farsight/fs-interfaces.c 2010-05-22 03:08:16.000000000 -0400 -@@ -30,10 +30,7 @@ - - #ifdef G_OS_UNIX - --#include <arpa/inet.h> - #include <errno.h> --#include <net/if.h> --#include <net/if_arp.h> - #include <stdio.h> - #include <stdlib.h> - #include <string.h> -@@ -44,6 +41,10 @@ - #include <sys/socket.h> - #include <ifaddrs.h> - #endif -+#include <netinet/in.h> -+#include <arpa/inet.h> -+#include <net/if.h> -+#include <net/if_arp.h> - - #include <gst/gst.h> - |