From c363d5a28b5f89f00c4e9aeab49cd4ec62d64014 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 23 Sep 1993 19:12:28 +0000 Subject: Formerly hurd_types.defs.~43~ --- hurd/hurd_types.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hurd') diff --git a/hurd/hurd_types.defs b/hurd/hurd_types.defs index 217fdf5b..3a045c33 100644 --- a/hurd/hurd_types.defs +++ b/hurd/hurd_types.defs @@ -152,7 +152,7 @@ type retry_type = int; type pid_t = int; type wait_status_t = int; -type portarray_t = array[] of mach_port_t; +type portarray_t = array[] of mach_port_send_t; type intarray_t = array[] of int; type pidarray_t = array[] of pid_t; -- cgit v1.2.3