summaryrefslogtreecommitdiff
path: root/openbsd_priv.c
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2019-08-28 15:48:52 -0700
committerdormando <dormando@rydia.net>2019-08-28 15:48:52 -0700
commit50a855dd91e44a3a693a082fe4551babd2c6d5fe (patch)
treed37354809ada33cb947ada0c6e7a1f914dd2456f /openbsd_priv.c
parentea722c60b2507d1ce376336adaa1cebbd49c90f8 (diff)
downloadmemcached-50a855dd91e44a3a693a082fe4551babd2c6d5fe.tar.gz
seccomp: compile fixes for obsd/fbsd
builds under freebsd at least. Have no local testing for obsd :(
Diffstat (limited to 'openbsd_priv.c')
-rw-r--r--openbsd_priv.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsd_priv.c b/openbsd_priv.c
index 46e0883..b72f167 100644
--- a/openbsd_priv.c
+++ b/openbsd_priv.c
@@ -27,5 +27,6 @@ void drop_privileges() {
}
}
-void drop_worker_privileges(void) {
+void setup_privilege_violations_handler(void) {
+ // not needed
}