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
commitd30bd0177003dbd1bb797ee034e82eb82fc7fab0 (patch)
treec5d455a3b24ef692f898b0e7a5b212db7f15ac93
parent74ab17f7efe9309d3973c27bbd21d129f93a083b (diff)
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: