diff options
author | Tharre <tharre3@gmail.com> | 2014-07-29 15:23:21 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2014-07-29 15:23:21 +0200 |
commit | 2a5673b6bf86f4ba89aabf6ec5c82a2d5479d4ae (patch) | |
tree | 1c13fb96b20396c5e9b73ad409a17b72e346d93a /src/util.h | |
parent | 058398673a656dd3d58fccb90a94a16fcfc27e71 (diff) | |
download | redo-2a5673b6bf86f4ba89aabf6ec5c82a2d5479d4ae.tar.gz redo-2a5673b6bf86f4ba89aabf6ec5c82a2d5479d4ae.tar.xz redo-2a5673b6bf86f4ba89aabf6ec5c82a2d5479d4ae.zip |
Create .redo and set REDO_ROOT to cwd
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ #define ERRM_FORK _PROGNAME": failed to fork() new process" #define ERRM_REALPATH _PROGNAME": failed to get realpath() of %s" #define ERRM_STAT _PROGNAME": failed to aquire stat() information about %s" +#define ERRM_MKDIR _PROGNAME": failed to mkdir() %s" #define safe_malloc(size) safe_malloc_(size, _FILENAME, __LINE__) #define safe_realloc(ptr, size) safe_realloc_(ptr, size, _FILENAME, __LINE__) |