]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - error.h
Kill E_ACCEPT.
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index 07821c221352e1124df509a7a8f6f011e04fe975..5932fdb366883ea46c166eed75cbcc911f335cef 100644 (file)
--- a/error.h
+++ b/error.h
@@ -175,7 +175,6 @@ extern const char **para_errlist[];
 #define NET_ERRORS \
        PARA_ERROR(SOCKET, "socket error"), \
        PARA_ERROR(CONNECT, "connect error"), \
 #define NET_ERRORS \
        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"), \
        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"), \