summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-05-06 17:55:28 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-05-06 17:55:28 +0000
commit462fb014a03afeeb49ba2babd4a911351c3bac8a (patch)
treefefaf63f6de173789d3f3c89f1c1afa77239aba4 /hurd
parentefdcd226f40d26ef1cb43c576b9233548db85458 (diff)
(fsys_get_options): Add RPT.
Diffstat (limited to 'hurd')
-rw-r--r--hurd/fsys.defs3
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);