diff options
author | Michael I. Bushnell <mib@gnu.org> | 1993-05-14 13:01:43 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1993-05-14 13:01:43 +0000 |
commit | fb533295e98da63b2a6dff6e4717c05f49ade9ec (patch) | |
tree | 5b529daad620dae4a1bb0b6fde267d5d1bca5bac | |
parent | 6c9990825ce79224cee651e79b0d5ebb75f0338c (diff) |
Formerly interrupt.defs.~3~
-rw-r--r-- | hurd/interrupt.defs | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/hurd/interrupt.defs b/hurd/interrupt.defs index 25850782..8b27a79d 100644 --- a/hurd/interrupt.defs +++ b/hurd/interrupt.defs @@ -1,11 +1,11 @@ /* Interrup [get the phone, will ya?] tion. - Copyright (C) 1991, 1992 Free Software Foundation + Copyright (C) 1993 Free Software Foundation, Inc. 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, @@ -27,6 +27,5 @@ subsystem interrupt 33000; exact semantics are dependent on the specific object. */ routine -interrupt_operation ( - object: mach_port_t); +interrupt_operation (object: mach_port_t); |