From 5325ce514d39fec1f3e7ce5f23c3e6c1aa3d67a5 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 25 Nov 1993 21:40:15 +0000 Subject: [PATCH] (SETPGRP_RELEASES_CTTY): Defined. --- src/s/irix3-3.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/s/irix3-3.h b/src/s/irix3-3.h index fa2e45e8a9b..adca1c8914d 100644 --- a/src/s/irix3-3.h +++ b/src/s/irix3-3.h @@ -183,3 +183,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* sioctl.h should be included where appropriate. */ #define NEED_SIOCTL + +/* This affects child_setup. */ + +#define SETPGRP_RELEASES_CTTY -- 2.39.5