gcc/libjava/java
Jeff Sturm 2ff78183f8 natPlainDatagramSocketImpl.cc: Undefine bind if defined.
* java/net/natPlainDatagramSocketImpl.cc: Undefine bind if defined.
(_Jv_bind): New static function.
(bind): Use _Jv_bind.
* java/net/natPlainSocketImpl.cc: Undefine bind, connect if defined.
(_Jv_bind, _Jv_connect): New static functions.
(bind): Use _Jv_bind.
(connect): Use _Jv_connect.

From-SVN: r44494
2001-07-31 01:59:44 +00:00
..
applet
awt
beans
io natFileWin32.cc (_access): Renamed. 2001-07-18 18:35:12 +00:00
lang natIconv.cc (done): New methods. 2001-07-30 20:24:18 +00:00
math
net natPlainDatagramSocketImpl.cc: Undefine bind if defined. 2001-07-31 01:59:44 +00:00
security
sql
text Calendar.java (set): Never recompute fields here. 2001-07-26 12:21:45 +01:00
util GregorianCalendar.java (GregorianCalendar): Call setTimeInMillis() to set the default/current time. 2001-07-30 01:41:31 +01:00