diff options
| author | Richard M. Stallman | 1998-05-25 16:01:08 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-05-25 16:01:08 +0000 |
| commit | 9e1348eee9cd9ea4a4661a1487a5fc8a1e21a692 (patch) | |
| tree | 4f88525be84498ff1f12e5bebe4df29ab11adc07 /src | |
| parent | 2c0b59e3ebc24142f410f8f932e4b48b43628160 (diff) | |
| download | emacs-9e1348eee9cd9ea4a4661a1487a5fc8a1e21a692.tar.gz emacs-9e1348eee9cd9ea4a4661a1487a5fc8a1e21a692.zip | |
(setpgrp): Remove extra parens around parameters.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/gnu-linux.h | 2 |
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) |