]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 3113565d36e295eec089f8fade228902901ebb5a..d0d8a95bca6a4bca06229de9f5f80e3861488369 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)