* include/tzfile.h: Add some missing entries.

This commit is contained in:
Christopher Faylor
2003-09-25 03:51:51 +00:00
parent dbf193cea8
commit cd2bce7142
8 changed files with 47 additions and 10 deletions

View File

@ -1745,7 +1745,7 @@ alloc_sd (__uid32_t uid, __gid32_t gid, int attribute,
}
/* Construct appropriate inherit attribute for new directories */
if (S_ISDIR (attribute) && !acl_exists )
if (S_ISDIR (attribute) && !acl_exists)
{
const DWORD inherit = SUB_CONTAINERS_AND_OBJECTS_INHERIT | INHERIT_ONLY;