From 0def918bed31fab2d1fd7567fdbe368eb78659d0 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Thu, 18 Nov 1993 01:19:06 +0000 Subject: [PATCH] remove HAVE_SETPGRP, because it doesn't detach terminal in POSIX (setsid() is only way to do it) --- gnu/libexec/uucp/common_sources/conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/libexec/uucp/common_sources/conf.h b/gnu/libexec/uucp/common_sources/conf.h index c0eacf68f8c..9053c4423e0 100644 --- a/gnu/libexec/uucp/common_sources/conf.h +++ b/gnu/libexec/uucp/common_sources/conf.h @@ -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