diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-06 19:58:05 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-06 19:58:05 +0000 |
commit | 52a5127dcf79b9235dd48f7f1f8b8f0d70da542b (patch) | |
tree | b2b96b3ec6065bff98c1c4d530dba8eefd9ffb24 | |
parent | 96e56aef72ceed4b4654f2ebba5ec6eef0e0e89f (diff) |
port_array_t -> portarray_t.
-rw-r--r-- | hurd/msg.defs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hurd/msg.defs b/hurd/msg.defs index 0f571165..44dab064 100644 --- a/hurd/msg.defs +++ b/hurd/msg.defs @@ -1,5 +1,6 @@ /* RPCs which a friendly Hurd process will understand on its message port. - Copyright (C) 1991, 92, 93, 94, 95, 96 Free Software Foundation, Inc. + Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996 Free Software + Foundation, Inc. This file is part of the GNU Hurd. @@ -198,6 +199,6 @@ routine msg_report_wait ( routine msg_describe_ports ( process: mach_port_t; refport: mach_port_t; - ports: port_array_t; + ports: portarray_t; out descriptions: data_t); |