From e6f0a8054609780ffeacff2143262998012da94e Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 9 Nov 1994 07:32:24 +0000 Subject: (diskfs_S_file_exec): Give correct function name for file_name_lookup. --- libdiskfs/file-exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdiskfs') 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; -- cgit v1.2.3