From 42f7ee18900aa6f7a825182c669a4d30b6a29d63 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 9 Nov 1994 07:35:12 +0000 Subject: (diskfs_S_file_exec): And provide enough arguments. --- 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 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; -- cgit v1.2.3