From d6d78bda44ed822e8f7b996e66fc161e44645daa Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 6 Feb 1997 08:39:20 +0000 Subject: (diskfs_S_file_exec): Supply DEPTH argument to diskfs_make_peropen. --- libdiskfs/file-exec.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libdiskfs') diff --git a/libdiskfs/file-exec.c b/libdiskfs/file-exec.c index 801a0ab4..57e9cbd0 100644 --- a/libdiskfs/file-exec.c +++ b/libdiskfs/file-exec.c @@ -1,5 +1,5 @@ /* - Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation + Copyright (C) 1993, 1994, 1995, 1996, 1997 Free Software Foundation This file is part of the GNU Hurd. @@ -113,7 +113,8 @@ diskfs_S_file_exec (struct protid *cred, if (! err) err = diskfs_create_protid (diskfs_make_peropen (np, O_READ, - cred->po->dotdotport), + cred->po->dotdotport, + cred->po->depth), cred->user, &newpi); if (! err) -- cgit v1.2.3