diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-05-24 21:23:46 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-05-24 21:23:46 +0000 |
commit | 962c7c8ee56fef364bd3f8a385b3a7949fb47076 (patch) | |
tree | 72c7763153187e4192c6de1528e5231ea55a5695 | |
parent | 0c6c9c6e3dda2737f0589075224056ca7a3f306c (diff) |
Formerly file-getfh.c.~3~
-rw-r--r-- | libtrivfs/file-getfh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtrivfs/file-getfh.c b/libtrivfs/file-getfh.c index 2d72cad7..a928f330 100644 --- a/libtrivfs/file-getfh.c +++ b/libtrivfs/file-getfh.c @@ -18,7 +18,7 @@ #include "priv.h" #include "fs_S.h" -error_t +kern_return_t trivfs_S_file_getfs (struct trivfs_protid *cred, char *data, u_int *datalen) |