diff options
author | Michael I. Bushnell <mib@gnu.org> | 1993-05-14 12:58:12 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1993-05-14 12:58:12 +0000 |
commit | 6c9990825ce79224cee651e79b0d5ebb75f0338c (patch) | |
tree | 958ef92c258cdbedfd7da4c0ca72b768a4604b75 | |
parent | d10d357d2b5053b856d9954d7e348a23b96e44cb (diff) |
Formerly fs.defs.~65~
-rw-r--r-- | hurd/fs.defs | 5 |
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. */ |