Patch from Chris Johns <cjohns@cybertec.com.au> and

Jennifer Averett <jennifer.averett@oarcorp.com> to make sure
"/" is created with S_IFDIR set.
This commit is contained in:
Joel Sherrill
2000-06-26 14:46:19 +00:00
parent 1c43eba5cc
commit 5e0e012cda
4 changed files with 4 additions and 4 deletions

View File

@@ -47,7 +47,7 @@ int IMFS_initialize_support(
NULL,
IMFS_DIRECTORY,
"",
( S_IRWXO | S_IRWXG| S_IRWXU ),
( S_IFDIR | S_IRWXO | S_IRWXG| S_IRWXU ),
NULL
);