diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-10-27 18:59:12 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-10-27 18:59:12 +0000 |
commit | 083c9205ee362c2dcb2f03c47f5e7a696dd84431 (patch) | |
tree | 7df0e0e660031091d1d2e3f22106046edb238271 /hurd | |
parent | c0e013b299ba74e75a2787b5791046cef6fbbd90 (diff) |
(fsys_get_options_reply): New stub.
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/fsys_reply.defs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hurd/fsys_reply.defs b/hurd/fsys_reply.defs index b106c97c..dce64db3 100644 --- a/hurd/fsys_reply.defs +++ b/hurd/fsys_reply.defs @@ -69,3 +69,9 @@ simpleroutine fsys_init_reply ( simpleroutine fsys_forward_reply ( reply_port: reply_port_t; retcode: kern_return_t); + +simpleroutine fsys_get_options_reply ( + reply_port: reply_port_t; + retcode: kern_returnt_t; + options: data_t); + |