From 727494ba1b79c384d96bf081324a97c1cdfa575a Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 30 Oct 1995 21:02:17 +0000 Subject: (file_get_storage_info): New parm FLAGS. --- hurd/fs.defs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hurd/fs.defs b/hurd/fs.defs index 7c9eeded..433e9286 100644 --- a/hurd/fs.defs +++ b/hurd/fs.defs @@ -178,7 +178,8 @@ routine file_get_storage_info ( out address_units: size_t; out storage_name: string_t; out storage_port: mach_port_send_t; - out storage_misc: data_t); + out storage_misc: data_t; + out flags: int); /* Return the node for hard links to this potentially translated file. This returns a potentially unauthenticated node. */ -- cgit v1.2.3