1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00

Fix S_IROTH having the wrong value.

This commit is contained in:
Jonas 'Sortie' Termansen 2016-03-28 16:25:42 +02:00
parent 8e34889cbd
commit c1e5bcba7f

View file

@ -54,7 +54,7 @@ struct stat
#define S_IXOTH 01
#define S_IWOTH 02
#define S_IROTH 03
#define S_IROTH 04
#define S_IRWXO 07
#define S_IXGRP 010
#define S_IWGRP 020