diff options
author | Roland McGrath <roland@gnu.org> | 1995-09-17 19:29:59 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-09-17 19:29:59 +0000 |
commit | 9fd18b6c1b397e1af82a0b544f10f946c73864b6 (patch) | |
tree | 886cd8ceeb6a8d3f2c81cd53a17c2fbd7710f3cb /hurd/Makefile | |
parent | 7a770247ab47579223da3ba873ca8236e5760b74 (diff) | |
download | glibc-9fd18b6c1b397e1af82a0b544f10f946c73864b6.tar glibc-9fd18b6c1b397e1af82a0b544f10f946c73864b6.tar.gz glibc-9fd18b6c1b397e1af82a0b544f10f946c73864b6.tar.bz2 glibc-9fd18b6c1b397e1af82a0b544f10f946c73864b6.zip |
Fri Sep 15 21:34:28 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* hurd/hurdsig.c: Include <hurd/crash.h> in place of <hurd/core.h>.
(write_corefile): Call __crash_dump_task instead of __core_dump_task.
Use envariable CRASHSERVER instead of CORESERVER.
* hurd/Makefile (user-interfaces): Replace hurd/core with hurd/crash.
Diffstat (limited to 'hurd/Makefile')
-rw-r--r-- | hurd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/Makefile b/hurd/Makefile index 805f55bc90..582f37b3fb 100644 --- a/hurd/Makefile +++ b/hurd/Makefile @@ -35,7 +35,7 @@ interface-library := libhurduser user-interfaces := $(addprefix hurd/,\ auth process startup \ msg msg_reply msg_request \ - exec core interrupt \ + exec crash interrupt \ fs fsys io term socket ifsock) server-interfaces := hurd/msg |