summaryrefslogtreecommitdiff
path: root/source4/smbd/process_onefork.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/smbd/process_onefork.c')
-rw-r--r--source4/smbd/process_onefork.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/smbd/process_onefork.c b/source4/smbd/process_onefork.c
index b0e2e29bd6..da34f73164 100644
--- a/source4/smbd/process_onefork.c
+++ b/source4/smbd/process_onefork.c
@@ -49,7 +49,7 @@ static int none_setproctitle(const char *fmt, ...)
/*
called when the process model is selected
*/
-static void onefork_model_init(struct tevent_context *ev)
+static void onefork_model_init(void)
{
signal(SIGCHLD, SIG_IGN);
}