diff options
| author | Richard M. Stallman | 1993-06-12 23:27:32 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-06-12 23:27:32 +0000 |
| commit | 3e36c563db3acc125eeab924e92752e136c91670 (patch) | |
| tree | 043f10e3521a006e59f37742d0edc96fa4be4998 /src | |
| parent | 4a6fd0de6750591090477b1c0352e0e8c501840c (diff) | |
| download | emacs-3e36c563db3acc125eeab924e92752e136c91670.tar.gz emacs-3e36c563db3acc125eeab924e92752e136c91670.zip | |
Comment change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/iris4d.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/m/iris4d.h b/src/m/iris4d.h index f12581f33e1..bd374367375 100644 --- a/src/m/iris4d.h +++ b/src/m/iris4d.h | |||
| @@ -141,6 +141,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 141 | in which crt1.o and crt1.n should be used. */ | 141 | in which crt1.o and crt1.n should be used. */ |
| 142 | #define HAVE_CRTN | 142 | #define HAVE_CRTN |
| 143 | 143 | ||
| 144 | /* When you *do* link with -lbsd, you *still* get System V getpgrp, unless: | ||
| 145 | you define _BSD_COMPAT, -or- you call `BSDgetpgrp' explicitly. | ||
| 146 | Emacs does neither, so it gets SysV getpgrp which wants no arguments. */ | ||
| 147 | |||
| 144 | #ifdef HAVE_CRTN | 148 | #ifdef HAVE_CRTN |
| 145 | /* Must define START-FILES so that the linker can find /usr/lib/crt0.o. */ | 149 | /* Must define START-FILES so that the linker can find /usr/lib/crt0.o. */ |
| 146 | #define START_FILES pre-crt0.o /usr/lib/crt1.o | 150 | #define START_FILES pre-crt0.o /usr/lib/crt1.o |