X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=error.h;h=b9e19f55fcabb190123cc559ae342c488403281f;hb=68f0d202714b85c9b5e649dcefc41df58fe8e31e;hp=415262d0c2fe7507efffbe710aab153ea431fb14;hpb=c0f9ab7c29b7c79b7d46d8546ce0d3a7ec358c97;p=paraslash.git diff --git a/error.h b/error.h index 415262d0..b9e19f55 100644 --- a/error.h +++ b/error.h @@ -32,6 +32,7 @@ extern const char **para_errlist[]; #define AFH_ERRORS \ PARA_ERROR(AFH_SYNTAX, "afh syntax error"), \ + PARA_ERROR(AFH_SHORT_WRITE, "afh short write"), \ #define AFH_COMMON_ERRORS \ @@ -262,7 +263,6 @@ extern const char **para_errlist[]; #define SIGNAL_ERRORS \ PARA_ERROR(SIGNAL_SIG_ERR, "signal() returned SIG_ERR"), \ - PARA_ERROR(SIGNAL_READ, "read error from signal pipe"), \ #define STRING_ERRORS \