diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-09-26 15:17:56 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-09-26 15:17:56 +0000 |
commit | 749d9d3c1b6750547e579a417370a013618297fd (patch) | |
tree | e362c7d0cc8bf6352c4272e79785e00cda49a889 /hurd | |
parent | e2e6e568b12c011bb62350ba433d8e37bb9c1cd9 (diff) |
Oops.
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/fs.defs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hurd/fs.defs b/hurd/fs.defs index b2ac9c11..4df7410d 100644 --- a/hurd/fs.defs +++ b/hurd/fs.defs @@ -159,6 +159,7 @@ routine file_get_storage_info ( file: file_t; out class: int; out addresses: intarray_t; + out lengths: intarray_t; out storage_name: string_t; out storage_port: mach_port_send_t; out storage_misc: data_t); |