From 5f8dd3820c493fa503ea497ca6975c16c4fcfcef Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 1 Feb 1994 18:52:39 +0000 Subject: Formerly fs.defs.~71~ --- hurd/fs.defs | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'hurd') diff --git a/hurd/fs.defs b/hurd/fs.defs index ba60607b..65c007bb 100644 --- a/hurd/fs.defs +++ b/hurd/fs.defs @@ -1,5 +1,5 @@ /* Definitions for the filesystem interface. - Copyright (C) 1993 Free Software Foundation + Copyright (C) 1994 Free Software Foundation This file is part of the GNU Hurd. @@ -279,3 +279,10 @@ routine file_get_translator ( 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); + -- cgit v1.2.3