(setpgrp): Remove extra parens around parameters.
authorRichard M. Stallman <rms@gnu.org>
Mon, 25 May 1998 16:01:08 +0000 (16:01 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 25 May 1998 16:01:08 +0000 (16:01 +0000)
src/s/gnu-linux.h

index 3113565..d0d8a95 100644 (file)
@@ -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)