diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-11-09 07:35:12 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-11-09 07:35:12 +0000 |
commit | 42f7ee18900aa6f7a825182c669a4d30b6a29d63 (patch) | |
tree | cee42ca39457ff20e6266814cb3f04241217afca | |
parent | e6f0a8054609780ffeacff2143262998012da94e (diff) |
(diskfs_S_file_exec): And provide enough arguments.
-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 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; |