4 lines
53 B
C
4 lines
53 B
C
int chmod(char *dir, int fake_mode){
|
|
return 1;
|
|
}
|
int chmod(char *dir, int fake_mode){
|
|
return 1;
|
|
}
|