diff options
Diffstat (limited to 'src/pulsecore/pid.c')
-rw-r--r-- | src/pulsecore/pid.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/pulsecore/pid.c b/src/pulsecore/pid.c index 38d26814..55ff2088 100644 --- a/src/pulsecore/pid.c +++ b/src/pulsecore/pid.c @@ -88,7 +88,10 @@ static int open_pid_file(const char *fn, int mode) { for (;;) { struct stat st; - if ((fd = open(fn, mode|O_NOCTTY + if ((fd = open(fn, mode +#ifdef O_NOCTTY + |O_NOCTTY +#endif #ifdef O_NOFOLLOW |O_NOFOLLOW #endif |