summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1993-05-14 12:58:12 +0000
committerMichael I. Bushnell <mib@gnu.org>1993-05-14 12:58:12 +0000
commit6c9990825ce79224cee651e79b0d5ebb75f0338c (patch)
tree958ef92c258cdbedfd7da4c0ca72b768a4604b75 /hurd
parentd10d357d2b5053b856d9954d7e348a23b96e44cb (diff)
Formerly fs.defs.~65~
Diffstat (limited to 'hurd')
-rw-r--r--hurd/fs.defs5
1 files changed, 3 insertions, 2 deletions
diff --git a/hurd/fs.defs b/hurd/fs.defs
index baab7aea..5e73529b 100644
--- a/hurd/fs.defs
+++ b/hurd/fs.defs
@@ -1,5 +1,5 @@
/* Definitions for the filesystem interface.
- Copyright (C) 1991, 1992, 1993 Free Software Foundation
+ Copyright (C) 1993 Free Software Foundation
This file is part of the GNU Hurd.
@@ -144,7 +144,8 @@ routine file_syncfs (
/* INTR */
routine file_pathconf (
file: file_t;
- out pathconf: pathconf_t);
+ name: int;
+ out value: int);
/* Return the node for hard links to this potentially translated file.
This returns an unauthenticated node. */