* java/net/natPlainDatagramSocketImpl.cc (close): Set timeout to 0.
* java/net/natSocketImpl.cc (close): Likewise.
From-SVN: r52312
+2002-04-14 Mark Wielaard <mark@klomp.org>
+
+ * java/net/natPlainDatagramSocketImpl.cc (close): Set timeout to 0.
+ * java/net/natSocketImpl.cc (close): Likewise.
+
2002-04-14 Mark Wielaard <mark@klomp.org>
* gnu/gcj/protocol/http/Connection.java (usingProxy): return false.
// the return value.
::close (fnum);
fnum = -1;
+ timeout = 0;
}
void
}
// Safe place to reset the file pointer.
fnum = -1;
+ timeout = 0;
}
// Write a byte to the socket.