aboutsummaryrefslogtreecommitdiffstats
path: root/src/sysdep.c
diff options
context:
space:
mode:
authorGerd Moellmann2000-05-24 13:08:10 +0000
committerGerd Moellmann2000-05-24 13:08:10 +0000
commit2b7e8799bb9d0ff310d203a78e31acb1af12f1a3 (patch)
treec7046f64422d5c78c9d7b458b8f00cbeb2a1f5cd /src/sysdep.c
parent879bde8346506bdcc00ab2f20865da5b1dc6195f (diff)
downloademacs-2b7e8799bb9d0ff310d203a78e31acb1af12f1a3.tar.gz
emacs-2b7e8799bb9d0ff310d203a78e31acb1af12f1a3.zip
(setpgrp): Don't define if USG and BSD_PGRPS are not defined.
Diffstat (limited to 'src/sysdep.c')
-rw-r--r--src/sysdep.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index 4da3879dbfe..36c204ff11a 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -76,8 +76,10 @@ extern int h_errno;
76#endif 76#endif
77 77
78#ifdef HAVE_SETPGID 78#ifdef HAVE_SETPGID
79#if !defined (USG) || defined (BSD_PGRPS)
79#define setpgrp setpgid 80#define setpgrp setpgid
80#endif 81#endif
82#endif
81 83
82/* Get SI_SRPC_DOMAIN, if it is available. */ 84/* Get SI_SRPC_DOMAIN, if it is available. */
83#ifdef HAVE_SYS_SYSTEMINFO_H 85#ifdef HAVE_SYS_SYSTEMINFO_H