# HG changeset patch # User Richard M. Stallman # Date 739927652 0 # Node ID c7f7ef5da2f8eacbe8f77712185eef83e45ae03d # Parent d76398601a0b3967fd458b1618878c5d0446474b Comment change. diff -r d76398601a0b -r c7f7ef5da2f8 src/m/iris4d.h --- a/src/m/iris4d.h Sat Jun 12 22:54:27 1993 +0000 +++ b/src/m/iris4d.h Sat Jun 12 23:27:32 1993 +0000 @@ -141,6 +141,10 @@ in which crt1.o and crt1.n should be used. */ #define HAVE_CRTN +/* When you *do* link with -lbsd, you *still* get System V getpgrp, unless: + you define _BSD_COMPAT, -or- you call `BSDgetpgrp' explicitly. + Emacs does neither, so it gets SysV getpgrp which wants no arguments. */ + #ifdef HAVE_CRTN /* Must define START-FILES so that the linker can find /usr/lib/crt0.o. */ #define START_FILES pre-crt0.o /usr/lib/crt1.o