diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-05-24 21:08:00 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-05-24 21:08:00 +0000 |
commit | 4666dd1d16040146233127de449b796e6b4c4de9 (patch) | |
tree | 36c5499549be94d4caecf952678a3676bb79aa75 /libtrivfs/io-map.c | |
parent | 04019f4bb7ea4d3d6cdde20acc5f7d8afd7b0dd8 (diff) |
Formerly io-map.c.~2~
Diffstat (limited to 'libtrivfs/io-map.c')
-rw-r--r-- | libtrivfs/io-map.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/libtrivfs/io-map.c b/libtrivfs/io-map.c index fd834370..7d54ee11 100644 --- a/libtrivfs/io-map.c +++ b/libtrivfs/io-map.c @@ -19,8 +19,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Written by Michael I. Bushnell. */ -error_t -trivfs_S_io_map (struct protid *cred, +#include "priv.h" +#include "io_S.h" +#include <assert.h> + +kern_return_t +trivfs_S_io_map (struct trivfs_protid *cred, mach_port_t *rdobj, mach_msg_type_name_t *rdtype, mach_port_t *wrobj, |