* Patch by Andreas Färber: remove undefined S_ISTXT from ALLPERMS.
* This fixes bug #2560. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26754 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
7b22dac921
commit
826df7bec8
@ -93,7 +93,7 @@ struct stat {
|
||||
#define S_IEXEC S_IXUSR
|
||||
|
||||
#define ACCESSPERMS (S_IRWXU | S_IRWXG | S_IRWXO)
|
||||
#define ALLPERMS (S_ISUID | S_ISGID | S_ISTXT | S_IRWXU | S_IRWXG | S_IRWXO)
|
||||
#define ALLPERMS (S_ISUID | S_ISGID | S_IRWXU | S_IRWXG | S_IRWXO)
|
||||
#define DEFFILEMODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)
|
||||
/* default file mode, everyone can read/write */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user