summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1993-05-14 12:35:15 +0000
committerMichael I. Bushnell <mib@gnu.org>1993-05-14 12:35:15 +0000
commit1adeb0b734453f48058a4942631b1410675579dd (patch)
treeb4714557ed0827deb440a32265c2ebd7526c3c4b /hurd
parentcd7fa33f4be8a286f1701e94a3e6c266f773418f (diff)
Formerly exec.defs.~24~
Diffstat (limited to 'hurd')
-rw-r--r--hurd/exec.defs6
1 files changed, 3 insertions, 3 deletions
diff --git a/hurd/exec.defs b/hurd/exec.defs
index a9b24608..56198e4f 100644
--- a/hurd/exec.defs
+++ b/hurd/exec.defs
@@ -1,11 +1,11 @@
/* Interface definitions for the exec servers
- Copyright (C) 1991, 1992 Free Software Foundation
+ Copyright (C) 1991, 1992, 1993 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,
@@ -46,7 +46,7 @@ routine exec_startup (
out intarray: intarray_t);
/* This call is made by the bootstrap filesystem to give the
- exec server a port to init, whence it can get all else. */
+ exec server a port to startup, whence it can get all else. */
routine exec_boot_init (
execserver: mach_port_t;
init: startup_t);