diff options
author | Andrew Turner <zxombie@hotpop.com> | 2004-06-05 15:40:10 +0000 |
---|---|---|
committer | Stéphane Loeuillet <gstreamer@leroutier.net> | 2004-06-05 15:40:10 +0000 |
commit | d30bd0177003dbd1bb797ee034e82eb82fc7fab0 (patch) | |
tree | c5d455a3b24ef692f898b0e7a5b212db7f15ac93 | |
parent | 74ab17f7efe9309d3973c27bbd21d129f93a083b (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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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: |