From a6dbf54323dd375ea77a64e482b7fc1b4b20aa00 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 10 Jan 1992 22:28:06 +0000 Subject: Formerly core.defs.~6~ --- hurd/=core.defs | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/hurd/=core.defs b/hurd/=core.defs index 6968cd3d..3789acae 100644 --- a/hurd/=core.defs +++ b/hurd/=core.defs @@ -1,11 +1,11 @@ /* MiG protocol for core dumping. - Copyright (C) 1991 Free Software Foundation + Copyright (C) 1992 Free Software Foundation This file is part of the GNU Hurd. The GNU Hurd is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 1, or (at your option) +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, @@ -23,13 +23,11 @@ subsystem core 32000; #include -/* Dump a core file for TASK in FILE. HOST is the Mach host port for TASK. - SIGNO and SIGCODE indicate the signal that caused the process to dump core. - */ +/* Dump a core file for TASK in FILE. SIGNO and SIGCODE indicate the + signal that caused the process to dump core. */ routine core_dump_task ( coreserver: mach_port_t; task: task_t; - host: host_t; file: file_t; signo: int; sigcode: int); -- cgit v1.2.3