aboutsummaryrefslogtreecommitdiffstats
path: root/P2/lib/utils.c
diff options
context:
space:
mode:
authorMatt Strapp <strap012@umn.edu>2020-10-24 09:40:19 -0500
committerMatt Strapp <strap012@umn.edu>2020-10-24 09:40:19 -0500
commitac87d552ebc3ce60617bc0839f8a6ef8beb77113 (patch)
treeec4f4089bb742c06e1e77848bf3701afbd2a55fc /P2/lib/utils.c
parentChange includepath for Project 2 (diff)
downloadcsci4061-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 '')
-rw-r--r--P2/lib/utils.c1
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) {
}