summaryrefslogtreecommitdiff
path: root/libdiskfs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-11-09 07:35:12 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-11-09 07:35:12 +0000
commit42f7ee18900aa6f7a825182c669a4d30b6a29d63 (patch)
treecee42ca39457ff20e6266814cb3f04241217afca /libdiskfs
parente6f0a8054609780ffeacff2143262998012da94e (diff)
(diskfs_S_file_exec): And provide enough arguments.
Diffstat (limited to 'libdiskfs')
-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 01720490..19c4563f 100644
--- a/libdiskfs/file-exec.c
+++ b/libdiskfs/file-exec.c
@@ -52,7 +52,7 @@ diskfs_S_file_exec (struct protid *cred,
return EOPNOTSUPP;
if (diskfs_exec == MACH_PORT_NULL)
- diskfs_exec = file_name_lookup (_SERVERS_EXEC, 0);
+ diskfs_exec = file_name_lookup (_SERVERS_EXEC, 0, 0);
if (diskfs_exec == MACH_PORT_NULL)
return EOPNOTSUPP;