Skip to content

Commit

Permalink
mythzmserver: attempt to fix compilation on Darwin after [67d9190]
Browse files Browse the repository at this point in the history
Refs #12966

(cherry picked from commit 41f4cc7)
  • Loading branch information
Paul Harrison committed Jan 29, 2017
1 parent 9802102 commit 15cc313
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mythplugins/mythzoneminder/mythzmserver/zmserver.cpp
Expand Up @@ -33,14 +33,14 @@
#else
# include <sys/param.h>
# include <sys/mount.h>
# if CONFIG_CYGWIN
# ifdef __CYGWIN__
# include <sys/statfs.h>
# else // if !CONFIG_CYGWIN
# else // if !__CYGWIN__
# include <sys/sysctl.h>
# endif // !CONFIG_CYGWIN
# endif // !__CYGWIN__
#endif

#if CONFIG_DARWIN
#ifdef __APPLE__
#define MSG_NOSIGNAL 0 // Apple also has SO_NOSIGPIPE?
#endif

Expand Down

0 comments on commit 15cc313

Please sign in to comment.