[Bug 747692] check build error on osx: pipelines/tcp.c:161:34: error: use of undeclared identifier 'SOCK_CLOEXEC'

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Apr 16 05:05:57 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=747692

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #301686|none                        |reviewed
             status|                            |

--- Comment #2 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 301686:
 --> (https://bugzilla.gnome.org/review?bug=747692&attachment=301686)

::: tests/check/pipelines/tcp.c
@@ +36,3 @@
 #include <unistd.h>

+#ifndef G_OS_WIN32

And here

@@ +124,3 @@
 }

+#ifndef G_OS_WIN32

Shouldn't this be #ifndef SOCK_CLOEXEC for symmetry?

@@ +168,3 @@
     return FALSE;
   }
+#ifndef G_OS_WIN32

And here?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list