src/windows/native/java/net/net_util_md.c
Print this page
rev 8822 : 8024854: PPC64: Basic changes and files to build the class library on AIX
Reviewed-by: alanb, prr, sla, chegar, michaelm, mullan, art
Contributed-by: luchsh@linux.vnet.ibm.com, spoole@linux.vnet.ibm.com, thomas.stuefe@sap.com
*** 123,134 ****
break;
}
return TRUE;
}
! void initLocalAddrTable () {}
! void parseExclusiveBindProperty (JNIEnv *env) {}
/*
* Since winsock doesn't have the equivalent of strerror(errno)
* use table to lookup error text for the error.
*/
--- 123,134 ----
break;
}
return TRUE;
}
! void platformInit() {}
! void parseExclusiveBindProperty(JNIEnv *env) {}
/*
* Since winsock doesn't have the equivalent of strerror(errno)
* use table to lookup error text for the error.
*/