diff options
author | Roland McGrath <roland@gnu.org> | 1994-06-17 15:23:54 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-06-17 15:23:54 +0000 |
commit | cd10b32b64e977cb61f4d1da93403c24e88e74fd (patch) | |
tree | c86e4889d7500142ebe51380ca54d96db705a123 /libtrivfs | |
parent | 626a66c04b6a32847ebb427c3979a8c25a32e8b6 (diff) |
Formerly file-get-transcntl.c.~3~
Diffstat (limited to 'libtrivfs')
-rw-r--r-- | libtrivfs/file-get-transcntl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libtrivfs/file-get-transcntl.c b/libtrivfs/file-get-transcntl.c index c0a874a6..0a5c926a 100644 --- a/libtrivfs/file-get-transcntl.c +++ b/libtrivfs/file-get-transcntl.c @@ -20,7 +20,8 @@ kern_return_t trivfs_S_file_get_translator_cntl (struct trivfs_protid *cred, - mach_port_t *cntl) + mach_port_t *cntl, + mach_msg_type_name_t cntl_type) { return EOPNOTSUPP; } |