X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=534e7f97da3afac6ad24c69d5f6f9aec49fc45a6;hp=8a30110fda92a6d9ade9257e38191ba041692862;hb=d062b0c045134ad325ba2c92673dcc11ca781621;hpb=cf9aa7eaa03f84d6463052377f6a293edc2bc63a diff --git a/error.h b/error.h index 8a30110f..534e7f97 100644 --- a/error.h +++ b/error.h @@ -176,6 +176,7 @@ extern const char **para_errlist[]; #define NET_ERRORS \ PARA_ERROR(CONNECT, "connect error"), \ PARA_ERROR(NAME_TOO_LONG, "name too long for struct sockaddr_un"), \ + PARA_ERROR(ADDRESS_LOOKUP, "address lookup / socket creation failed"), \ PARA_ERROR(CHMOD, "failed to set socket mode"), \ PARA_ERROR(SENDMSG, "sendmsg() failed"), \ PARA_ERROR(RECVMSG, "recvmsg() failed"), \ @@ -354,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"), \