]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - error.h
Rename init_tcp_socket() to tcp_listen() and further net.c cleanups.
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index d2d3dff8a82de6d375b194e37824d602b168c670..083582f8093c3793406d0eab4b148b6b49becd1b 100644 (file)
--- a/error.h
+++ b/error.h
@@ -173,16 +173,12 @@ extern const char **para_errlist[];
 
 
 #define NET_ERRORS \
-       PARA_ERROR(SOCKET, "socket error"), \
        PARA_ERROR(CONNECT, "connect 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(CHMOD, "failed to set socket mode"), \
        PARA_ERROR(SENDMSG, "sendmsg() failed"), \
        PARA_ERROR(RECVMSG, "recvmsg() failed"), \
        PARA_ERROR(SCM_CREDENTIALS, "did not receive SCM credentials"), \
-       PARA_ERROR(LISTEN, "listen error"), \
        PARA_ERROR(RECV_PATTERN, "did not receive expected pattern"), \