diff --git a/src/kernel/core/fs/vfs.cpp b/src/kernel/core/fs/vfs.cpp index c8da24b97a..0bbcd6cf1f 100755 --- a/src/kernel/core/fs/vfs.cpp +++ b/src/kernel/core/fs/vfs.cpp @@ -158,6 +158,8 @@ static struct vnode *sRoot; static hash_table *sMountsTable; static mount_id sNextMountID = 1; +mode_t __gUmask = 022; + // This can be used by other code to see if there is a boot file system already dev_t gBootDevice = -1;