diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-01 19:37:14 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-01 19:37:14 +0000 |
commit | 8172352a833fdce6b18ce22b35a209d668bd7d9e (patch) | |
tree | 59480104444a78571a10cb529f2ff43e5c535146 /hurd/fs.defs | |
parent | 5f8dd3820c493fa503ea497ca6975c16c4fcfcef (diff) |
Formerly fs.defs.~72~
Diffstat (limited to 'hurd/fs.defs')
-rw-r--r-- | hurd/fs.defs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/hurd/fs.defs b/hurd/fs.defs index 65c007bb..b29e6128 100644 --- a/hurd/fs.defs +++ b/hurd/fs.defs @@ -280,9 +280,3 @@ routine file_get_translator_cntl ( file: file_t; out translator_cntl: fsys_t); -/* Return statfs information for the active translator for this file */ -/* INTR */ -routine file_stat_translator ( - file: file_t; - out info: fsys_statfsbuf_t); - |