From ce43e3758068cfe34ab2b50b595fe43146664ac4 Mon Sep 17 00:00:00 2001
From: "Michael I. Bushnell" <mib@gnu.org>
Date: Tue, 30 Aug 1994 20:42:14 +0000
Subject: entered into RCS

---
 utils/shd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'utils/shd.c')

diff --git a/utils/shd.c b/utils/shd.c
index 9000b5aa..8a8db3af 100644
--- a/utils/shd.c
+++ b/utils/shd.c
@@ -81,7 +81,7 @@ run (char **argv, int fd0, int fd1)
       memcpy (&program[sizeof bin - 1], argv[0], len + 1);
     }
 
-  file = path_lookup (program, O_EXEC, 0);
+  file = file_name_lookup (program, O_EXEC, 0);
   if (file == MACH_PORT_NULL)
     {
       perror (program);
-- 
cgit v1.2.3