aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/gnu-linux.h
diff options
context:
space:
mode:
authorRichard M. Stallman1998-05-25 16:01:08 +0000
committerRichard M. Stallman1998-05-25 16:01:08 +0000
commit9e1348eee9cd9ea4a4661a1487a5fc8a1e21a692 (patch)
tree4f88525be84498ff1f12e5bebe4df29ab11adc07 /src/s/gnu-linux.h
parent2c0b59e3ebc24142f410f8f932e4b48b43628160 (diff)
downloademacs-9e1348eee9cd9ea4a4661a1487a5fc8a1e21a692.tar.gz
emacs-9e1348eee9cd9ea4a4661a1487a5fc8a1e21a692.zip
(setpgrp): Remove extra parens around parameters.
Diffstat (limited to 'src/s/gnu-linux.h')
-rw-r--r--src/s/gnu-linux.h2
1 files changed, 1 insertions, 1 deletions
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. */
301 actually set a process group. */ 301 actually set a process group. */
302 302
303#define BSD_PGRPS 303#define BSD_PGRPS
304#define setpgrp(pid,pgid) setpgid((pid),(pgid)) 304#define setpgrp(pid,pgid) setpgid(pid,pgid)