diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-06 19:54:40 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-06 19:54:40 +0000 |
commit | 96e56aef72ceed4b4654f2ebba5ec6eef0e0e89f (patch) | |
tree | 141332a7dbdb96bf61755ae0cfb45516681924c1 | |
parent | c927dafe32b84885d690a0db73ba48a9d807125a (diff) |
port_array_t -> portarray_t.
-rw-r--r-- | hurd/fs.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/fs.defs b/hurd/fs.defs index 5dbc6e6f..b7dae433 100644 --- a/hurd/fs.defs +++ b/hurd/fs.defs @@ -175,7 +175,7 @@ routine file_syncfs ( routine file_get_storage_info ( file: file_t; RPT - out ports: port_array_t; + out ports: portarray_t; out ints: intarray_t; out offsets: off_array_t; out data: data_t); |