diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-07-13 20:05:21 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-13 20:05:21 +0000 |
commit | a080f1a1b6ee9e6997814b16aafb52aaf7bc06b4 (patch) | |
tree | 300ec17d308516935f31563e1314b585dbb63b94 | |
parent | a5e893b7a2467262f0b75bccb90b71343e27b22b (diff) |
Formerly file-exec.c.~7~
-rw-r--r-- | libdiskfs/file-exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/file-exec.c b/libdiskfs/file-exec.c index a6adffe9..cc6f054c 100644 --- a/libdiskfs/file-exec.c +++ b/libdiskfs/file-exec.c @@ -73,7 +73,7 @@ diskfs_S_file_exec (struct protid *cred, err = exec_exec (diskfs_exec, (ports_get_right (diskfs_make_protid - (diskfs_make_peropen (np, O_READ), + (diskfs_make_peropen (np, O_READ, cred->po->dotdotport), cred->uids, cred->nuids, cred->gids, cred->ngids))), MACH_MSG_TYPE_MAKE_SEND, task, flags, argv, argvlen, envp, envplen, |