diff options
Diffstat (limited to 'daemon/main.c')
| -rw-r--r-- | daemon/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/main.c b/daemon/main.c index 789a202..140bee1 100644 --- a/daemon/main.c +++ b/daemon/main.c | |||
| @@ -147,7 +147,7 @@ void set_signal_handlers(void) | |||
| 147 | sigaction(SIGUSR2, &sa, NULL); | 147 | sigaction(SIGUSR2, &sa, NULL); |
| 148 | } | 148 | } |
| 149 | 149 | ||
| 150 | #ifdef __APPLE__ | 150 | #if defined(__FreeBSD__) || defined(__APPLE__) |
| 151 | static int ppoll(struct pollfd *fds, nfds_t nfds, const struct timespec *timeout, const sigset_t *sigmask) | 151 | static int ppoll(struct pollfd *fds, nfds_t nfds, const struct timespec *timeout, const sigset_t *sigmask) |
| 152 | { | 152 | { |
| 153 | int ready; | 153 | int ready; |
