diff options
author | Miles Bader <miles@gnu.org> | 1996-01-27 17:27:05 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-01-27 17:27:05 +0000 |
commit | c30e1f77e289a63cadf988cfa989e5c603a660a3 (patch) | |
tree | 8701259dd66b97fe61f0cb94c78814d0e857cee3 /libports/interrupt-rpcs.c | |
parent | 8ec68d37bbf75fac0b45d64d9f334881cf568964 (diff) |
(ports_interrupt_rpcs): Renamed from ports_interrupt_rpc.
Diffstat (limited to 'libports/interrupt-rpcs.c')
-rw-r--r-- | libports/interrupt-rpcs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libports/interrupt-rpcs.c b/libports/interrupt-rpcs.c index ce2ea8b1..95eeed4b 100644 --- a/libports/interrupt-rpcs.c +++ b/libports/interrupt-rpcs.c @@ -1,5 +1,5 @@ /* - Copyright (C) 1995 Free Software Foundation, Inc. + Copyright (C) 1995, 1996 Free Software Foundation, Inc. Written by Michael I. Bushnell. This file is part of the GNU Hurd. @@ -23,7 +23,7 @@ #include <cthreads.h> void -ports_interrupt_rpc (void *portstruct) +ports_interrupt_rpcs (void *portstruct) { struct port_info *pi = portstruct; struct rpc_info *rpc; |