X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=5932fdb366883ea46c166eed75cbcc911f335cef;hp=c420f490e0b9fc59b27babb2e2f518c1ba3e9260;hb=08cc60bc4175d75603ce3a452743890cfb298d52;hpb=cd0abca282ec1cd29510f4cf8fefb04aa7e20ad7 diff --git a/error.h b/error.h index c420f490..5932fdb3 100644 --- a/error.h +++ b/error.h @@ -173,10 +173,8 @@ extern const char **para_errlist[]; #define NET_ERRORS \ - PARA_ERROR(SEND, "send error"), \ PARA_ERROR(SOCKET, "socket error"), \ PARA_ERROR(CONNECT, "connect error"), \ - PARA_ERROR(ACCEPT, "accept error"), \ PARA_ERROR(SETSOCKOPT, "failed to set socket options"), \ PARA_ERROR(BIND, "bind error"), \ PARA_ERROR(NAME_TOO_LONG, "name too long for struct sockaddr_un"), \