diff options
author | David Schleef <ds@schleef.org> | 2004-07-02 18:02:14 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2004-07-02 18:02:14 +0000 |
commit | ef5f5ffb3ab771eefa05544034ba218cd5975f59 (patch) | |
tree | 7f59879908f0a40afb6a23ecad769c89cf775e7c | |
parent | 44d1d555df299b7b6901c7b67b0dead5523816fa (diff) |
gst/tcp/gstmultifdsink.c: Most systems don't have MSG_NOSIGNAL.
Original commit message from CVS:
* gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
Most systems don't have MSG_NOSIGNAL.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2004-07-02 David Schleef <ds@schleef.org> + + * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write): + Most systems don't have MSG_NOSIGNAL. + 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org> * Makefile.am: |