diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-05-24 20:24:50 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-05-24 20:24:50 +0000 |
commit | c02d619321bec71d0e6732ad5e9f6edf1ec36ceb (patch) | |
tree | 4b3b61ea2410f3486537a1c34dbf7591e0aba3c2 | |
parent | 96f51041f6cbcb943135fe87ca746955359859ca (diff) |
Formerly file-getfh.c.~2~
-rw-r--r-- | libtrivfs/file-getfh.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libtrivfs/file-getfh.c b/libtrivfs/file-getfh.c index 1618c3cf..2d72cad7 100644 --- a/libtrivfs/file-getfh.c +++ b/libtrivfs/file-getfh.c @@ -16,9 +16,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "priv.h" +#include "fs_S.h" error_t -trivfs_S_file_getfs (struct protid *cred, +trivfs_S_file_getfs (struct trivfs_protid *cred, char *data, u_int *datalen) { |