diff options
author | Michael I. Bushnell <mib@gnu.org> | 1993-10-26 08:20:13 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1993-10-26 08:20:13 +0000 |
commit | 4caa6ea9fe93064f5f80fcc38c3cf91df896f8a5 (patch) | |
tree | 181f8d1282547d29057a213bb7331ce71074b47a /hurd/fs.defs | |
parent | fd53eaa83ce52433382abdabd834e551d8aa6f79 (diff) |
Formerly fs.defs.~67~
Diffstat (limited to 'hurd/fs.defs')
-rw-r--r-- | hurd/fs.defs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hurd/fs.defs b/hurd/fs.defs index c793700a..53f2b68f 100644 --- a/hurd/fs.defs +++ b/hurd/fs.defs @@ -43,7 +43,9 @@ routine file_exec ( envp: data_t; fdarray: portarray_t; portarray: portarray_t; - intarray: intarray_t); + intarray: intarray_t; + deallocnames: mach_port_name_array_t; + destroynames: mach_port_name_array_t); /* Change owner and/or group */ /* INTR */ |