diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-05-24 21:30:34 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-05-24 21:30:34 +0000 |
commit | 0ff23e50c42288cd5e640559631b2b7af1007524 (patch) | |
tree | 11e50faeee03056d823882a48a643979ff0ebf44 | |
parent | fb2527c1acc02ac7b05ae0305a142802aea8f7fc (diff) |
Formerly io-stat.c.~3~
-rw-r--r-- | libtrivfs/io-stat.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libtrivfs/io-stat.c b/libtrivfs/io-stat.c index d64a505b..ad8f3fde 100644 --- a/libtrivfs/io-stat.c +++ b/libtrivfs/io-stat.c @@ -20,9 +20,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Written by Michael I. Bushnell. */ #include "priv.h" +#include "io_S.h" -error_t -trivfs_S_io_stat (struct protid *cred, +kern_return_t +trivfs_S_io_stat (struct trivfs_protid *cred, struct stat *st) { error_t err; |