From: Roland McGrath Date: Sun, 11 Oct 1992 21:26:57 +0000 (+0000) Subject: Formerly main.c.~61~ X-Git-Tag: 3.70.2~578 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f31ff1c1c4a819864ed498285f9e84bec6e4501f;p=thirdparty%2Fmake.git Formerly main.c.~61~ --- diff --git a/main.c b/main.c index 17bab001..81ca6428 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 ();