From: Andre Noll Date: Mon, 1 Oct 2007 21:31:31 +0000 (+0200) Subject: error.h: Add CHDIR_PERM error code. X-Git-Tag: v0.3.0~317^2~2 X-Git-Url: http://git.tue.mpg.de/?a=commitdiff_plain;h=b90023be0e4516408f718205638b76e028751033;p=paraslash.git error.h: Add CHDIR_PERM error code. --- diff --git a/error.h b/error.h index 507f9e24..e8920d29 100644 --- a/error.h +++ b/error.h @@ -500,6 +500,7 @@ extern const char **para_errlist[]; PARA_ERROR(OPENDIR, "can not open directory"), \ PARA_ERROR(NOSPC, "no space left on device"), \ PARA_ERROR(OPEN, "failed to open file"), \ + PARA_ERROR(CHDIR_PERM, "insufficient permissions to chdir"), \ #define WRITE_ERRORS \