gcc/libjava ChangeLog configure.in acconfig.h ...

ro@gcc.gnu.org ro@gcc.gnu.org
Wed Aug 1 10:49:00 GMT 2001


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_0-branch
Changes by:	ro@gcc.gnu.org	2001-08-01 10:49:21

Modified files:
	libjava        : ChangeLog configure.in acconfig.h configure 
	libjava/include: posix.h config.h.in 
	libjava/java/net: natPlainSocketImpl.cc 
	                  natPlainDatagramSocketImpl.cc 

Log message:
	* include/posix.h (_POSIX_PII_SOCKET): Define.
	* configure.in (HAVE_SOCKLEN_T): Define.
	* java/net/natPlainSocketImpl.cc [!HAVE_SOCKLEN_T]: Move socklen_t
	definition up.
	(_JV_accept): New function, avoids Tru64 UNIX accept macro.
	(java::net::PlainSocketImpl::accept): Use it.
	Fixes PRs libgcj/3694, libgcj/3696.
	
	* configure.in (HAVE_STRUCT_IPV6_MREQ): New test.
	* acconfig.h (HAVE_STRUCT_IPV6_MREQ): Provide template.
	* configure, include/config.h.in: Regenerate.
	* java/net/natPlainDatagramSocketImpl.cc (union McastReq): Use it.
	(mcastGrp): Likewise.
	(java::net::PlainDatagramSocketImpl::setOption): Guard against
	missing IPV6_MULTICAST_IF.
	Fixes PR libgcj/3694.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.674.2.97&r2=1.674.2.98
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/configure.in.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.73.2.14&r2=1.73.2.15
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/acconfig.h.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.19&r2=1.19.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/configure.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.78.2.17&r2=1.78.2.18
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/include/posix.h.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.1&r2=1.1.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/include/config.h.in.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.27.4.2&r2=1.27.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/java/net/natPlainSocketImpl.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.23.4.1&r2=1.23.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/java/net/natPlainDatagramSocketImpl.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.26.4.2&r2=1.26.4.3



More information about the Gcc-cvs mailing list