summaryrefslogtreecommitdiff
path: root/multimedia/gstreamer-plugins80/files/patch-gst_tcp_gsttcpclientsrc.h
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-03-08 06:50:15 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-03-08 06:50:15 +0000
commitc19262c529016c887bf736e2a41ce820c4f4f0c3 (patch)
tree2013ecbaef694a1535db641ad53b5ee62e91c8aa /multimedia/gstreamer-plugins80/files/patch-gst_tcp_gsttcpclientsrc.h
parentadd jcifs 1.1.9 (diff)
- Update to 0.8.8
Approved by: marcus (blanket)
Notes
Notes: svn path=/head/; revision=130587
Diffstat (limited to 'multimedia/gstreamer-plugins80/files/patch-gst_tcp_gsttcpclientsrc.h')
-rw-r--r--multimedia/gstreamer-plugins80/files/patch-gst_tcp_gsttcpclientsrc.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/multimedia/gstreamer-plugins80/files/patch-gst_tcp_gsttcpclientsrc.h b/multimedia/gstreamer-plugins80/files/patch-gst_tcp_gsttcpclientsrc.h
deleted file mode 100644
index 9d4414eb68dd..000000000000
--- a/multimedia/gstreamer-plugins80/files/patch-gst_tcp_gsttcpclientsrc.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- gst/tcp/gsttcpclientsrc.h.orig Wed Jun 23 23:44:07 2004
-+++ gst/tcp/gsttcpclientsrc.h Wed Jun 23 23:44:26 2004
-@@ -29,6 +29,8 @@
- #endif /* __cplusplus */
-
- #include <netdb.h> /* sockaddr_in */
-+#include <sys/types.h>
-+#include <sys/socket.h>
- #include <netinet/in.h> /* sockaddr_in */
- #include <unistd.h>
- #include "gsttcp.h"