diff options
-rw-r--r-- | P2/lib/utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/P2/lib/utils.c b/P2/lib/utils.c index 79b309e..5edd9d3 100644 --- a/P2/lib/utils.c +++ b/P2/lib/utils.c @@ -1,4 +1,5 @@ #include "utils.h" +#define ACCESSPERMS 0777 char *getChunkData(int mapperID) { } |