diff options
author | Matt Strapp <strap012@umn.edu> | 2020-10-24 09:45:43 -0500 |
---|---|---|
committer | Matt Strapp <strap012@umn.edu> | 2020-10-24 09:45:43 -0500 |
commit | 7788c19b0f227c4d525924e4c09b241403ec9234 (patch) | |
tree | 961bd5bb3d5f9137e9b1fa4733e7d79dbb6e1245 /P2/lib | |
parent | Add a definition (diff) | |
download | csci4061-7788c19b0f227c4d525924e4c09b241403ec9234.tar csci4061-7788c19b0f227c4d525924e4c09b241403ec9234.tar.gz csci4061-7788c19b0f227c4d525924e4c09b241403ec9234.tar.bz2 csci4061-7788c19b0f227c4d525924e4c09b241403ec9234.tar.lz csci4061-7788c19b0f227c4d525924e4c09b241403ec9234.tar.xz csci4061-7788c19b0f227c4d525924e4c09b241403ec9234.tar.zst csci4061-7788c19b0f227c4d525924e4c09b241403ec9234.zip |
Change defintion
Diffstat (limited to '')
-rw-r--r-- | P2/lib/utils.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/P2/lib/utils.c b/P2/lib/utils.c index 5edd9d3..79b309e 100644 --- a/P2/lib/utils.c +++ b/P2/lib/utils.c @@ -1,5 +1,4 @@ #include "utils.h" -#define ACCESSPERMS 0777 char *getChunkData(int mapperID) { } |