From f31ff1c1c4a819864ed498285f9e84bec6e4501f Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 11 Oct 1992 21:26:57 +0000 Subject: [PATCH] Formerly main.c.~61~ --- main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.c b/main.c index 17bab00..81ca642 100644 --- a/main.c +++ b/main.c @@ -428,6 +428,9 @@ main (argc, argv, envp) #endif /* setvbuf reversed. */ #endif /* setlinebuf missing. */ + /* Initialize the directory hashing code. */ + init_dir (); + /* Set up to access user data (files). */ user_access (); -- 2.7.4