summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Turner <zxombie@hotpop.com>2004-06-05 15:40:10 +0000
committerStéphane Loeuillet <gstreamer@leroutier.net>2004-06-05 15:40:10 +0000
commit1d0ab62f5c2aecedfd255a459a253b4a9bcb86bf (patch)
tree78cad0fe045881106e3513e8d1993317f1117013
parent8c5798f28ec14fd6ccdf44adc86753df200ec9be (diff)
downloadgst-plugins-bad-1d0ab62f5c2aecedfd255a459a253b4a9bcb86bf.tar.gz
gst-plugins-bad-1d0ab62f5c2aecedfd255a459a253b4a9bcb86bf.tar.bz2
gst-plugins-bad-1d0ab62f5c2aecedfd255a459a253b4a9bcb86bf.zip
gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
Original commit message from CVS: * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD) * gst/tcp/gsttcpclientsrc.h: idem - define MSG_NOSIGNAL if not done - include unistd.h for off_t (fixes #143749) patch by Andrew Turner <zxombie@hotpop.com>
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index be60a0b4..175034c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-06-05 Andrew Turner <zxombie@hotpop.com>
+
+ * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
+ * gst/tcp/gsttcpclientsrc.h: idem
+ - define MSG_NOSIGNAL if not done
+ - include unistd.h for off_t
+ (fixes #143749)
+
2004-06-05 Benjamin Otte <otte@gnome.org>
* configure.ac: