diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-11-09 07:32:24 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-11-09 07:32:24 +0000 |
commit | e6f0a8054609780ffeacff2143262998012da94e (patch) | |
tree | e307039e7e2f26ed0c943983fcfe73b760c7917d /libdiskfs | |
parent | ebaa30c28048fcec77157fb99a5a5899a9fee5ae (diff) |
(diskfs_S_file_exec): Give correct function name for file_name_lookup.
Diffstat (limited to 'libdiskfs')
-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 480159d4..01720490 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 = path_name_lookup (_SERVERS_EXEC, 0); + diskfs_exec = file_name_lookup (_SERVERS_EXEC, 0); if (diskfs_exec == MACH_PORT_NULL) return EOPNOTSUPP; |