aboutsummaryrefslogtreecommitdiffstats
path: root/src/emacs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emacs.c')
-rw-r--r--src/emacs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 4fcff1391f..835cb5a79e 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -65,8 +65,10 @@ Boston, MA 02111-1307, USA. */
#endif
#ifdef HAVE_SETPGID
+#if !defined (USG) || defined (BSD_PGRPS)
#define setpgrp setpgid
#endif
+#endif
extern void malloc_warning ();
extern void set_time_zone_rule ();