From dd04d6c153893e58d42aeac4bb7f5e6d5735a201 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 23 May 2000 21:59:27 +0000 Subject: [PATCH] (setpgrp): Don't define it here because this prevents compilation on GNU/Linux systems with glib 2.2. --- src/s/gnu-linux.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 96ebc7a136a..6cc82527924 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h @@ -317,7 +317,6 @@ Boston, MA 02111-1307, USA. */ actually set a process group. */ #define BSD_PGRPS -#define setpgrp(pid,pgid) setpgid(pid,pgid) #define NARROWPROTO 1 -- 2.39.5