diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-11 20:59:27 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-11 20:59:27 +0000 |
commit | 8afab7e49afa273e3eef8039661fbc1b15cb3eda (patch) | |
tree | f59247fb2470e86b0eae97577082961a46925983 /libdiskfs | |
parent | 2092b2c41ea0404c44178f62d51298e946a58c2a (diff) |
Formerly io-map.c.~3~
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/io-map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/io-map.c b/libdiskfs/io-map.c index 413be4e5..1820927c 100644 --- a/libdiskfs/io-map.c +++ b/libdiskfs/io-map.c @@ -30,7 +30,7 @@ S_io_map (struct protid *cred, return EOPNOTSUPP; *rdobj = diskfs_get_filemap (cred->po->np); - *rdtype = *wrtype = MACH_MSG_TYPE_MAKE_SEND; + *rdtype = *wrtype = MACH_MSG_TYPE_COPY_SEND; *wrobj = *rdobj; return 0; } |