]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/internal/sockets.h
Cleanup vxworks support to be able to compile for VxWorks 7
[thirdparty/openssl.git] / include / internal / sockets.h
index ba4f141ca9f9dd196c8a5874398441ae36344c16..8e84f0b0f7ae5716e5d3f3f032c32aceb9a0e732 100644 (file)
@@ -72,11 +72,7 @@ struct servent *PASCAL getservbyname(const char *, const char *);
 #  else
 #   include <sys/socket.h>
 #   ifndef NO_SYS_UN_H
-#    ifdef OPENSSL_SYS_VXWORKS
-#     include <streams/un.h>
-#    else
-#     include <sys/un.h>
-#    endif
+#    include <sys/un.h>
 #    ifndef UNIX_PATH_MAX
 #     define UNIX_PATH_MAX sizeof(((struct sockaddr_un *)NULL)->sun_path)
 #    endif