diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-05-24 21:38:53 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-05-24 21:38:53 +0000 |
commit | 546c43337f3573c67dc969a7d1fcbcc286314a8a (patch) | |
tree | 48dea20b237ba7897f7ab0acd05a8bad4ae2d3cd | |
parent | 86ef13055e1300a784b35f0fc70cbf13453c16ba (diff) |
Formerly file-set-trans.c.~3~
-rw-r--r-- | libtrivfs/file-set-trans.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libtrivfs/file-set-trans.c b/libtrivfs/file-set-trans.c index 3f3e7ea0..3c42d96d 100644 --- a/libtrivfs/file-set-trans.c +++ b/libtrivfs/file-set-trans.c @@ -18,12 +18,12 @@ #include "priv.h" #include "fs_S.h" -error_t +kern_return_t trivfs_S_file_set_translator (struct trivfs_protid *cred, int flags, int oldtransflags, char *trans, - u_int *translen, + u_int translen, mach_port_t existing) { return EOPNOTSUPP; |