diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-05-25 22:43:10 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-05-25 22:43:10 +0000 |
commit | 2aee1e9623b07d8a1b357691dc109642b4a1f250 (patch) | |
tree | 504cbdc8b97505029e138728d3f1294f108c3b68 | |
parent | 68eaab0d867d3d740331f7782e0c763a05a09248 (diff) |
entered into RCS
-rw-r--r-- | libtrivfs/file-getfh.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libtrivfs/file-getfh.c b/libtrivfs/file-getfh.c index a928f330..6ff348f9 100644 --- a/libtrivfs/file-getfh.c +++ b/libtrivfs/file-getfh.c @@ -19,8 +19,8 @@ #include "fs_S.h" kern_return_t -trivfs_S_file_getfs (struct trivfs_protid *cred, - char *data, +trivfs_S_file_getfh (struct trivfs_protid *cred, + char **data, u_int *datalen) { return EOPNOTSUPP; |