From 6c3e2b2fd78bc75a80a931b4b43e03261789cc7d Mon Sep 17 00:00:00 2001 From: andreast Date: Sat, 5 Mar 2005 07:47:58 +0000 Subject: 2005-03-05 Andreas Tobler * java/lang/dtoa.c (_dtoa_r): Initialize variables ilim, ilim1 and spec_case. Initialize pointer mlo. * java/lang/strtod.c (_strtod_r): Initialize pointers bb, bd, ds and delta. * java/lang/e_asin.c (__ieee754_asin): Initialize variable t. * java/lang/e_exp.c (__ieee754_exp): Initialize variables hi, lo and k. * java/lang/e_rem_pio2.c (__ieee754_rem_pio2): Initialize uninitialized variable z. * gnu/java/net/natPlainDatagramSocketImplPosix.cc (mcastGrp): Ifdef possible unused variables. * gnu/java/nio/natPipeImplPosix.cc (init): Remove self. * jawt.c: Include to fix implict declaration of malloc. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95925 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/gnu/java/nio/natPipeImplPosix.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libjava/gnu/java/nio/natPipeImplPosix.cc') diff --git a/libjava/gnu/java/nio/natPipeImplPosix.cc b/libjava/gnu/java/nio/natPipeImplPosix.cc index 7285dbac40b..1726dc70f6c 100644 --- a/libjava/gnu/java/nio/natPipeImplPosix.cc +++ b/libjava/gnu/java/nio/natPipeImplPosix.cc @@ -23,8 +23,9 @@ details. */ #include void -gnu::java::nio::VMPipe::init (gnu::java::nio::PipeImpl *self, - ::java::nio::channels::spi::SelectorProvider* /*provider*/) +gnu::java::nio::VMPipe::init (gnu::java::nio::PipeImpl*, /*self*/ + ::java::nio::channels::spi::SelectorProvider* + /*provider*/) { int filedes [2]; -- cgit v1.2.3