diff src/s/gnu-linux.h @ 22229:4fb09bb7d2f9

(setpgrp): Remove extra parens around parameters.
author Richard M. Stallman <rms@gnu.org>
date Mon, 25 May 1998 16:01:08 +0000
parents 8555e6a74cb9
children dcc1ebab38c1
line wrap: on
line diff
--- a/src/s/gnu-linux.h	Mon May 25 11:25:48 1998 +0000
+++ b/src/s/gnu-linux.h	Mon May 25 16:01:08 1998 +0000
@@ -301,4 +301,4 @@
    actually set a process group. */
 
 #define BSD_PGRPS
-#define setpgrp(pid,pgid) setpgid((pid),(pgid))
+#define setpgrp(pid,pgid) setpgid(pid,pgid)