diff --git a/source3/nmbd/nmbd.c b/source3/nmbd/nmbd.c index fa2bfbb287a..9d6cac99a63 100644 --- a/source3/nmbd/nmbd.c +++ b/source3/nmbd/nmbd.c @@ -957,7 +957,7 @@ static bool open_sockets(bool isdaemon, int port) become_daemon(Fork, no_process_group, log_stdout); } -#if HAVE_SETPGID +#ifdef HAVE_SETPGID /* * If we're interactive we want to set our own process group for * signal management.