diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-05-24 21:01:00 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-05-24 21:01:00 +0000 |
commit | c508dd0533d31d6f0d41d062ae1bc915a002ab14 (patch) | |
tree | 9a9eec4fb4ee72dc3ed63b063ec8fd97a4f96d71 /libtrivfs | |
parent | abc32f6c3a28d94430fe8a9699f152cae746d1ff (diff) |
Formerly file-get-transcntl.c.~2~
Diffstat (limited to 'libtrivfs')
-rw-r--r-- | libtrivfs/file-get-transcntl.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libtrivfs/file-get-transcntl.c b/libtrivfs/file-get-transcntl.c index 357a058d..c0a874a6 100644 --- a/libtrivfs/file-get-transcntl.c +++ b/libtrivfs/file-get-transcntl.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_get_translator_cntl (struct protid *cred, +kern_return_t +trivfs_S_file_get_translator_cntl (struct trivfs_protid *cred, mach_port_t *cntl) { return EOPNOTSUPP; |