forked from Imagelibrary/rtems
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:
@@ -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
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user