From 9e1348eee9cd9ea4a4661a1487a5fc8a1e21a692 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 25 May 1998 16:01:08 +0000 Subject: [PATCH] (setpgrp): Remove extra parens around parameters. --- src/s/gnu-linux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 3113565d36e..d0d8a95bca6 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h @@ -301,4 +301,4 @@ Boston, MA 02111-1307, USA. */ actually set a process group. */ #define BSD_PGRPS -#define setpgrp(pid,pgid) setpgid((pid),(pgid)) +#define setpgrp(pid,pgid) setpgid(pid,pgid) -- 2.39.2