summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-10-11 21:26:57 +0000
committerRoland McGrath <roland@redhat.com>1992-10-11 21:26:57 +0000
commitf31ff1c1c4a819864ed498285f9e84bec6e4501f (patch)
treeb9ffcec7241a449a2414825c5fef6110b8c5adad /main.c
parent81400433445801d04422fd607f8bfda2e3c88a92 (diff)
downloadgunmake-f31ff1c1c4a819864ed498285f9e84bec6e4501f.tar.gz
Formerly main.c.~61~
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 3 insertions, 0 deletions
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 ();