X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=31903062ab7be0f30d2939cb088d9da45989dd85;hp=d92c9d6e553f5ddc79a6a57e1dc3fac19c1b2c13;hb=5b15980ce22a3a4244e2440f46eac19eb0ceb3ef;hpb=3b5747b46102fad9d2707f0ff8e63010ef932d6b diff --git a/error.h b/error.h index d92c9d6e..31903062 100644 --- a/error.h +++ b/error.h @@ -228,7 +228,6 @@ extern const char **para_errlist[]; PARA_ERROR(SENDMSG, "sendmsg() failed"), \ PARA_ERROR(RECVMSG, "recvmsg() failed"), \ PARA_ERROR(SCM_CREDENTIALS, "did not receive SCM credentials"), \ - PARA_ERROR(RECV_PATTERN, "did not receive expected pattern"), \ #define UDP_RECV_ERRORS \ @@ -374,6 +373,8 @@ extern const char **para_errlist[]; #define FD_ERRORS \ PARA_ERROR(FGETS, "fgets error"), \ + PARA_ERROR(EOF, "end of file"), \ + PARA_ERROR(READ_PATTERN, "did not read expected pattern"), \ #define WRITE_ERRORS \