diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-06 17:55:28 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-06 17:55:28 +0000 |
commit | 462fb014a03afeeb49ba2babd4a911351c3bac8a (patch) | |
tree | fefaf63f6de173789d3f3c89f1c1afa77239aba4 | |
parent | efdcd226f40d26ef1cb43c576b9233548db85458 (diff) |
(fsys_get_options): Add RPT.
-rw-r--r-- | hurd/fsys.defs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hurd/fsys.defs b/hurd/fsys.defs index ec97c01a..144bdb6a 100644 --- a/hurd/fsys.defs +++ b/hurd/fsys.defs @@ -1,5 +1,5 @@ /* Definitions for the filesystem control interface - Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation + Copyright (C) 1992, 1993, 1994, 1995, 1996 Free Software Foundation This file is part of the GNU Hurd. @@ -123,4 +123,5 @@ routine fsys_forward ( filesystem (sutiable for fsys_set_options). */ routine fsys_get_options ( server: fsys_t; + RPT out options: data_t); |