diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-06-20 18:42:59 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-06-20 18:42:59 +0000 |
commit | da469d63384a0c5fe3682b1769c13cb530bbf909 (patch) | |
tree | 49e3cb5ec9d9a942de51f27855cb76c4d62f9c7d | |
parent | 1b12ffeb84098d163d8c0756725708c1ba8eda13 (diff) |
entered into RCS
-rw-r--r-- | libtrivfs/file-get-transcntl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtrivfs/file-get-transcntl.c b/libtrivfs/file-get-transcntl.c index 0a5c926a..643bda55 100644 --- a/libtrivfs/file-get-transcntl.c +++ b/libtrivfs/file-get-transcntl.c @@ -21,7 +21,7 @@ kern_return_t trivfs_S_file_get_translator_cntl (struct trivfs_protid *cred, mach_port_t *cntl, - mach_msg_type_name_t cntl_type) + mach_msg_type_name_t *cntl_type) { return EOPNOTSUPP; } |