X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=1c4771373b0c8d948257d0ca184df3211b005f1b;hp=3ad88cd4fab44cf7a2527bdcbf905b7d2eaf82da;hb=60ef885705932a682097ad2b9f2379282d814e79;hpb=3aca09b886727eeae5c7084331b4f78ed21c261b diff --git a/error.h b/error.h index 3ad88cd4..1c477137 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 \