On Sun, 2006-05-14 at 22:06 +0200, Mark Wielaard wrote:
> +  // Reset the inherited timeout
> +  TARGET_NATIVE_NETWORK_SOCKET_SET_OPTION_SO_TIMEOUT (newfd, 0, result);

Woops. Now --enable-Werror will fail even on the release branch. Sorry
about that. Fixed as follows:

2006-05-14  Mark Wielaard  <[EMAIL PROTECTED]>

        * native/jni/java-net/javanet.c (_javanet_accept): Don't use C++
        comments.

Committed,

Mark

diff -u -r1.33.6.1 javanet.c
--- native/jni/java-net/javanet.c       14 May 2006 20:07:51 -0000      
1.33.6.1+++ native/jni/java-net/javanet.c       14 May 2006 20:27:02 -0000
@@ -835,7 +835,7 @@
     }
   while (result != TARGET_NATIVE_OK);

-  // Reset the inherited timeout
+  /* Reset the inherited timeout. */
   TARGET_NATIVE_NETWORK_SOCKET_SET_OPTION_SO_TIMEOUT (newfd, 0, result);

   /* Populate instance variables */

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to