diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-07-13 20:53:40 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-13 20:53:40 +0000 |
commit | 0f8f84902b2ea84b8dd59bb5c4bf09ff2ddd9bd5 (patch) | |
tree | d1e89202ddf5d102ba5e4dd4f08fc71a6045a80f /libdiskfs | |
parent | be608d562531a70dd94392f25c4ce28e5c577a0f (diff) |
entered into RCS
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/dir-mkfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/dir-mkfile.c b/libdiskfs/dir-mkfile.c index 510f9f8a..734a7e0c 100644 --- a/libdiskfs/dir-mkfile.c +++ b/libdiskfs/dir-mkfile.c @@ -62,7 +62,7 @@ diskfs_S_dir_mkfile (struct protid *cred, flags &= (O_READ | O_WRITE | O_EXEC); *newnode = (ports_get_right (diskfs_make_protid - (diskfs_make_peropen (np, flags), + (diskfs_make_peropen (np, flags, cred->po->dotdotport), cred->uids, cred->nuids, cred->gids, cred->ngids))); *newnodetype = MACH_MSG_TYPE_MAKE_SEND; |