diff options
author | Jim Blandy <jimb@redhat.com> | 1993-06-17 23:25:37 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-06-17 23:25:37 +0000 |
commit | 1319549a9afd3f3d449bdb849187bd025bdc5943 (patch) | |
tree | 091388992d5d873e9f76e449a77d46d1dfd70791 /src/m/iris4d.h | |
parent | 586388410a628593a4146d87c431cecf5a62e22c (diff) | |
download | emacs-1319549a9afd3f3d449bdb849187bd025bdc5943.tar.gz |
* m/iris4d.h (LIB_STANDARD): Do *not* include -lbsd. We are
now calling the BSD[sg]etpgrp functions directly, so this library
is not needed; it just provides the BSD[sg]etpgrp functions under
the [sg]etpgrp names.
* callproc.c [IRIX] (child_setup): Don't call setpgrp this time.
It's already been called up in Fcall_process, and create_process.
Diffstat (limited to 'src/m/iris4d.h')
-rw-r--r-- | src/m/iris4d.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/m/iris4d.h b/src/m/iris4d.h index 04b85467b7f..06a5e57bd4c 100644 --- a/src/m/iris4d.h +++ b/src/m/iris4d.h @@ -148,12 +148,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #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 -#define LIB_STANDARD -lbsd -lc /usr/lib/crtn.o +#define LIB_STANDARD -lc /usr/lib/crtn.o #else #define START_FILES pre-crt0.o /usr/lib/crt0.o /* The entry-point label (start of text segment) is `start', not `__start'. */ #define DEFAULT_ENTRY_ADDRESS start -#define LIB_STANDARD -lbsd -lc +#define LIB_STANDARD -lc #endif /* Use terminfo instead of termcap. */ |