mirror of
https://github.com/osmarks/ngircd.git
synced 2024-12-12 09:50:29 +00:00
Use HAVE_SETSID #define when testing for setsid()
This commit is contained in:
parent
74c7d7131f
commit
b2482b39e4
@ -715,7 +715,7 @@ NGIRCd_Init(bool NGIRCd_NoDaemon)
|
||||
}
|
||||
|
||||
/* New child process */
|
||||
#ifndef NeXT
|
||||
#ifdef HAVE_SETSID
|
||||
(void)setsid();
|
||||
#else
|
||||
setpgrp(0, getpid());
|
||||
|
Loading…
Reference in New Issue
Block a user