diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-05-24 21:23:47 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-05-24 21:23:47 +0000 |
commit | 1859ee8e6a6300963559ea5b4c852dd64e1a4f88 (patch) | |
tree | 5ce9d8ba88683e907704a6a8ee8f1e03be5a85c8 /libtrivfs | |
parent | 962c7c8ee56fef364bd3f8a385b3a7949fb47076 (diff) |
Formerly file-getcontrol.c.~5~
Diffstat (limited to 'libtrivfs')
-rw-r--r-- | libtrivfs/file-getcontrol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtrivfs/file-getcontrol.c b/libtrivfs/file-getcontrol.c index b23c19dd..37e90b1a 100644 --- a/libtrivfs/file-getcontrol.c +++ b/libtrivfs/file-getcontrol.c @@ -18,7 +18,7 @@ #include "priv.h" #include "fs_S.h" -error_t +kern_return_t trivfs_S_file_getcontrol (struct trivfs_protid *cred, mach_port_t *cntl, mach_msg_type_name_t *cntltype) |