summaryrefslogtreecommitdiff
path: root/src/unix
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2016-02-23 22:13:43 +0100
committerMax Kellermann <max@duempel.org>2016-02-23 22:13:43 +0100
commit6350089e5189d80aa80443be1b597b074e41d11c (patch)
treeca7490776e071aab0b751d6202dacdb73051cf1a /src/unix
parent8e5a67ed9fd6f556cfcc6f13349a2549d1b02249 (diff)
parent79f2f8cddce56cf986d3914bb46a790486457a64 (diff)
Merge tag 'v0.19.13'
release v0.19.13
Diffstat (limited to 'src/unix')
-rw-r--r--src/unix/Daemon.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unix/Daemon.cxx b/src/unix/Daemon.cxx
index 9aa16a078..4c31c5b8d 100644
--- a/src/unix/Daemon.cxx
+++ b/src/unix/Daemon.cxx
@@ -103,7 +103,7 @@ daemonize_set_user(void)
(int)user_gid);
}
-#ifdef _BSD_SOURCE
+#ifdef HAVE_INITGROUPS
/* init supplementary groups
* (must be done before we change our uid)
*/