From 52a5127dcf79b9235dd48f7f1f8b8f0d70da542b Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 6 May 1996 19:58:05 +0000 Subject: port_array_t -> portarray_t. --- hurd/msg.defs | 5 +++-- 1 file 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); -- cgit v1.2.3