diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-04 19:10:49 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-04 19:10:49 +0000 |
commit | c33f22a85856153a12e3a169c64d255a0e9c74d0 (patch) | |
tree | f2b7a9c88fcf8755fed8d557af0f7cdb8a4dccca | |
parent | 2d9c361c7e6ef9208f02ea0a8ebe1c795cc72d27 (diff) |
Formerly file-statfs.c.~3~
-rw-r--r-- | libdiskfs/file-statfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdiskfs/file-statfs.c b/libdiskfs/file-statfs.c index 003bb8db..0efbeafa 100644 --- a/libdiskfs/file-statfs.c +++ b/libdiskfs/file-statfs.c @@ -19,6 +19,7 @@ #include "fs_S.h" /* Implement file_getcontrol as described in <hurd/fs.defs>. */ +error_t diskfs_S_file_statfs (struct protid *file, fsys_statfsbuf_t *statbuf) { |