diff options
author | Roland McGrath <roland@gnu.org> | 1995-09-17 22:00:07 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-09-17 22:00:07 +0000 |
commit | 6d4dcf9bac565ecd648e0e33d7eceb59542f10ac (patch) | |
tree | 2b2f9a4e9438208cd8af5c6ba50c5bfe08bd93cf /hurd/fs.defs | |
parent | 5be3acb49fdf714f61245858df24fb9570513f38 (diff) |
(file_pathconf): RPC removed (replaced with skip).
Diffstat (limited to 'hurd/fs.defs')
-rw-r--r-- | hurd/fs.defs | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/hurd/fs.defs b/hurd/fs.defs index e4ef2861..461c3590 100644 --- a/hurd/fs.defs +++ b/hurd/fs.defs @@ -1,5 +1,5 @@ /* Definitions for the filesystem interface. - Copyright (C) 1994 Free Software Foundation + Copyright (C) 1994, 1995 Free Software Foundation This file is part of the GNU Hurd. @@ -150,11 +150,7 @@ routine file_syncfs ( wait: int; do_children: int); -/* Return Posix.1 pathconf information */ -routine file_pathconf ( - file: file_t; - name: int; - out value: int); +skip; /* obsolete file_pathconf */ /* Return the node for hard links to this potentially translated file. This returns a potentially unauthenticated node. */ |