diff options
author | Roland McGrath <roland@redhat.com> | 1992-10-11 21:26:57 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-10-11 21:26:57 +0000 |
commit | f31ff1c1c4a819864ed498285f9e84bec6e4501f (patch) | |
tree | b9ffcec7241a449a2414825c5fef6110b8c5adad | |
parent | 81400433445801d04422fd607f8bfda2e3c88a92 (diff) | |
download | gunmake-f31ff1c1c4a819864ed498285f9e84bec6e4501f.tar.gz |
Formerly main.c.~61~
-rw-r--r-- | main.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 (); |