mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-29 16:44:03 +00:00
remove HAVE_SETPGRP, because it doesn't detach terminal
in POSIX (setsid() is only way to do it)
This commit is contained in:
parent
03e2b4a1fd
commit
0def918bed
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=784
@ -339,7 +339,7 @@
|
||||
|
||||
/* The code will use one of the following functions when detaching
|
||||
from a terminal. One of these must exist. */
|
||||
#define HAVE_SETPGRP 1
|
||||
#define HAVE_SETPGRP 0
|
||||
#define HAVE_SETSID 1
|
||||
|
||||
/* If you do not specify the local node name in the main configuration
|
||||
|
Loading…
Reference in New Issue
Block a user