summaryrefslogtreecommitdiff
path: root/libdiskfs/file-exec.c
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1995-04-04 22:47:23 +0000
committerMiles Bader <miles@gnu.org>1995-04-04 22:47:23 +0000
commite129205994f68448de7dbcd6a4b1ed8e708317db (patch)
tree70998ff7c89faab7e9cad14b27bbafb427e91566 /libdiskfs/file-exec.c
parent798bed3fcfd6a39063a3d39cc715e0f8db75d4d9 (diff)
The previous change mistakenly changed an instance of MACH_MSG_TYPE_MAKE_SEND
to MACH_MSG_TYPE_COPY_SEND.
Diffstat (limited to 'libdiskfs/file-exec.c')
-rw-r--r--libdiskfs/file-exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/file-exec.c b/libdiskfs/file-exec.c
index 12897fc2..37f9d0e9 100644
--- a/libdiskfs/file-exec.c
+++ b/libdiskfs/file-exec.c
@@ -245,7 +245,7 @@ diskfs_S_file_exec (struct protid *cred,
(diskfs_make_peropen (np, O_READ, cred->po->dotdotport),
cred->uids, cred->nuids,
cred->gids, cred->ngids))),
- MACH_MSG_TYPE_MOVE_SEND,
+ MACH_MSG_TYPE_MAKE_SEND,
task, flags, argv, argvlen, envp, envplen,
fds, MACH_MSG_TYPE_COPY_SEND, fdslen,
portarray, MACH_MSG_TYPE_COPY_SEND, portarraylen,