changeset 3701:c7f7ef5da2f8

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Sat, 12 Jun 1993 23:27:32 +0000
parents d76398601a0b
children 5bcb8bd982d0
files src/m/iris4d.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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