diff options
author | Matt Strapp <strap012@umn.edu> | 2020-10-24 09:40:19 -0500 |
---|---|---|
committer | Matt Strapp <strap012@umn.edu> | 2020-10-24 09:40:19 -0500 |
commit | ac87d552ebc3ce60617bc0839f8a6ef8beb77113 (patch) | |
tree | ec4f4089bb742c06e1e77848bf3701afbd2a55fc /P2 | |
parent | Change includepath for Project 2 (diff) | |
download | csci4061-ac87d552ebc3ce60617bc0839f8a6ef8beb77113.tar csci4061-ac87d552ebc3ce60617bc0839f8a6ef8beb77113.tar.gz csci4061-ac87d552ebc3ce60617bc0839f8a6ef8beb77113.tar.bz2 csci4061-ac87d552ebc3ce60617bc0839f8a6ef8beb77113.tar.lz csci4061-ac87d552ebc3ce60617bc0839f8a6ef8beb77113.tar.xz csci4061-ac87d552ebc3ce60617bc0839f8a6ef8beb77113.tar.zst csci4061-ac87d552ebc3ce60617bc0839f8a6ef8beb77113.zip |
Add a definition
Diffstat (limited to 'P2')
-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) { } |