This commit is contained in:
Your Name 2024-07-10 22:59:28 +03:00
parent 1b9dc6d7dc
commit 0737916f1a
11 changed files with 71 additions and 35 deletions

View file

@ -1,6 +1,6 @@
#include <stdlib.h>
#include <sys/stat.h>
#include <string.h>
#include "parse_mode.h"
#define U (S_ISUID | S_IRWXU)
#define G (S_ISGID | S_IRWXG)