* Added private header defining __gUmask which is now used everywhere where

needed.
* Some cleanup in Directory.cpp, and File.cpp.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31086 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2009-06-17 14:09:40 +00:00
parent 0bb8521b68
commit 160f2d1081
8 changed files with 96 additions and 88 deletions
+14
View File
@@ -0,0 +1,14 @@
/*
* Copyright 2009, Axel Dörfler, [email protected].
* Distributed under the terms of the MIT License.
*/
#ifndef UMASK_H
#define UMASK_H
#include <sys/types.h>
extern mode_t __gUmask;
#endif /* UMASK_H */