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 /ChangeLog | |
parent | 7a770247ab47579223da3ba873ca8236e5760b74 (diff) | |
download | glibc-9fd18b6c1b397e1af82a0b544f10f946c73864b6.tar.gz |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +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. + Tue Sep 12 14:30:07 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> * misc/mntent.c: New file. |