summaryrefslogtreecommitdiff
path: root/libdiskfs/io-map.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-02-11 20:59:27 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-02-11 20:59:27 +0000
commit8afab7e49afa273e3eef8039661fbc1b15cb3eda (patch)
treef59247fb2470e86b0eae97577082961a46925983 /libdiskfs/io-map.c
parent2092b2c41ea0404c44178f62d51298e946a58c2a (diff)
Formerly io-map.c.~3~
Diffstat (limited to 'libdiskfs/io-map.c')
-rw-r--r--libdiskfs/io-map.c2
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;
}