X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=534e7f97da3afac6ad24c69d5f6f9aec49fc45a6;hp=fada9b30b9ca054115a7e4a811c65db2dfbb7bd2;hb=858cf06b1b89dfa8b561ba270045e8fd5112a808;hpb=84856762fd231cd3c3d48783e70182cfd6d9bb22 diff --git a/error.h b/error.h index fada9b30..534e7f97 100644 --- a/error.h +++ b/error.h @@ -355,15 +355,11 @@ extern const char **para_errlist[]; #define DCCP_RECV_ERRORS \ - PARA_ERROR(ADDR_INFO, "getaddrinfo error"), \ PARA_ERROR(DCCP_OVERRUN, "dccp output buffer buffer overrun"), \ - PARA_ERROR(DCCP_CONNECT, "dccp connect error"), \ PARA_ERROR(DCCP_RECV_EOF, "dccp_recv: end of file"), \ #define DCCP_SEND_ERRORS \ - PARA_ERROR(DCCP_BIND, "dccp bind error"), \ - PARA_ERROR(DCCP_LISTEN, "dccp listen error"), \ PARA_ERROR(DCCP_WRITE, "dccp write error"), \