Cleanup vxworks support to be able to compile for VxWorks 7
[openssl.git] / include / internal / sockets.h
index a6026dad081e7561b8a941374335fd6f8c1c0233..18e4d3d89a0423ac83b916c504f48906a9ab81ed 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