diff options
| author | Richard M. Stallman | 1995-05-05 04:48:46 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-05-05 04:48:46 +0000 |
| commit | d7c35c87b691d4cdc635c94172386f7322427731 (patch) | |
| tree | 29c8cf21c4f18c2fa637b56fdd5f245d11d0e94a /src | |
| parent | 382ac0bd0801b1ba03268f2509d96ed78cfe1df4 (diff) | |
| download | emacs-d7c35c87b691d4cdc635c94172386f7322427731.tar.gz emacs-d7c35c87b691d4cdc635c94172386f7322427731.zip | |
(GETPGRP_NO_ARG): Defined.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/netbsd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s/netbsd.h b/src/s/netbsd.h index a51147c94bc..9fcb9b0672a 100644 --- a/src/s/netbsd.h +++ b/src/s/netbsd.h | |||
| @@ -37,6 +37,8 @@ | |||
| 37 | /* Netbsd has POSIX-style pgrp behavior. */ | 37 | /* Netbsd has POSIX-style pgrp behavior. */ |
| 38 | #undef BSD_PGRPS | 38 | #undef BSD_PGRPS |
| 39 | 39 | ||
| 40 | #define GETPGRP_NO_ARG | ||
| 41 | |||
| 40 | #ifndef NO_SHARED_LIBS | 42 | #ifndef NO_SHARED_LIBS |
| 41 | /* These definitions should work for either dynamic or static linking, | 43 | /* These definitions should work for either dynamic or static linking, |
| 42 | whichever is the default for `cc -nostdlib'. */ | 44 | whichever is the default for `cc -nostdlib'. */ |