< prev index next >

src/java.base/unix/native/libnet/net_util_md.h

Print this page
rev 59105 : imported patch corelibs

@@ -45,12 +45,10 @@
 
 /* Defines SO_REUSEPORT */
 #ifndef SO_REUSEPORT
 #ifdef __linux__
 #define SO_REUSEPORT 15
-#elif defined(__solaris__)
-#define SO_REUSEPORT 0x100e
 #elif defined(AIX) || defined(MACOSX)
 #define SO_REUSEPORT 0x0200
 #else
 #define SO_REUSEPORT 0
 #endif

@@ -96,10 +94,6 @@
                                                int gai_error);
 void NET_ThrowByNameWithLastError(JNIEnv *env, const char *name,
                                   const char *defaultDetail);
 void NET_SetTrafficClass(SOCKETADDRESS *sa, int trafficClass);
 
-#ifdef __solaris__
-int net_getParam(char *driver, char *param);
-#endif
-
 #endif /* NET_UTILS_MD_H */
< prev index next >