changeset 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 a12c92c5f4e9
children 32f2adf05397
files src/s/gnu-linux.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)