diff options
author | Michael I. Bushnell <mib@gnu.org> | 1993-09-23 19:12:28 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1993-09-23 19:12:28 +0000 |
commit | c363d5a28b5f89f00c4e9aeab49cd4ec62d64014 (patch) | |
tree | 78055f6e515573b96539877a597531e393652c82 /hurd | |
parent | bbdb56c4a4e1249b81c51fd3a9319ff0b0fc4fa3 (diff) |
Formerly hurd_types.defs.~43~
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/hurd_types.defs | 2 |
1 files changed, 1 insertions, 1 deletions
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; |