X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=da17ff57922adfcf2b28eeb5dd820ba708779ee2;hp=b0dbdbbb2bc4f33ff851916fa2f36f701243fb51;hb=2e22dc3eb3501b3a9b7a4729583d69e42b58e985;hpb=bc8ceae5cf97e2829fe5ef30300d4b7aa3a67281 diff --git a/error.h b/error.h index b0dbdbbb..da17ff57 100644 --- a/error.h +++ b/error.h @@ -259,8 +259,6 @@ extern const char **para_errlist[]; #define STRING_ERRORS \ - PARA_ERROR(MKSTEMP, "mkstemp error: unable to create tmp file"), \ - PARA_ERROR(FCHMOD, "fchmod error: can not set mode"), \ PARA_ERROR(ATOI_OVERFLOW, "value too large"), \ PARA_ERROR(STRTOLL, "unknown strtoll error"), \ PARA_ERROR(ATOI_NO_DIGITS, "no digits found in string"), \ @@ -321,7 +319,6 @@ extern const char **para_errlist[]; #define HTTP_SEND_ERRORS \ - PARA_ERROR(WRITE_OK, "can not check whether fd is writable"), \ PARA_ERROR(MAX_CLIENTS, "maximal number of clients exceeded"), \