summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-11-19 04:36:06 +0000
committerRoland McGrath <roland@gnu.org>1995-11-19 04:36:06 +0000
commitc053e8317b9934b20912aa1b3f245ffbf7e64187 (patch)
tree108988a28caf110f3e419205fad9949a3b8d9e62
parentf224bf93fda8e129ca07d842575ba1f93805b766 (diff)
(crash_dump_task): Add sreplyport arg.
-rw-r--r--hurd/crash.defs3
1 files changed, 2 insertions, 1 deletions
diff --git a/hurd/crash.defs b/hurd/crash.defs
index 64d0b4de..3096c4b2 100644
--- a/hurd/crash.defs
+++ b/hurd/crash.defs
@@ -8,7 +8,7 @@ it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.
-The GNU Hurd is distributed in the hope that it will be useful,
+The GNU Hurd is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
@@ -31,6 +31,7 @@ subsystem crash 32000;
routine crash_dump_task (
crashserver: mach_port_t;
+ sreplyport reply: sreply_port_t;
task: task_t;
file: file_t;
target: string_t;