From 2a5673b6bf86f4ba89aabf6ec5c82a2d5479d4ae Mon Sep 17 00:00:00 2001 From: Tharre Date: Tue, 29 Jul 2014 15:23:21 +0200 Subject: Create .redo and set REDO_ROOT to cwd --- src/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index 789a404..af6aaf3 100644 --- a/src/util.h +++ b/src/util.h @@ -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__) -- cgit v1.2.3-70-g09d2