removed warning of implicit int
This commit is contained in:
parent
03a05c6ca1
commit
1231b16151
2
shperm.c
2
shperm.c
@ -16,7 +16,7 @@
|
||||
#define PERMISSION_OTHERS 0
|
||||
#define PERMISSION_BYTES 3 // rwx
|
||||
#define PERMISSION_ENTITIES 3 // user group others
|
||||
const MAX_PERMISSIONS = PERMISSION_ENTITIES * PERMISSION_BYTES;
|
||||
const int MAX_PERMISSIONS = PERMISSION_ENTITIES * PERMISSION_BYTES;
|
||||
|
||||
typedef struct {
|
||||
char* username;
|
||||
|
Loading…
x
Reference in New Issue
Block a user