/[classpath]/classpath/native/jni/java-net/gnu_java_net_PlainDatagramSocketImpl.c
ViewVC logotype

Diff of /classpath/native/jni/java-net/gnu_java_net_PlainDatagramSocketImpl.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by mkoch, Fri May 7 14:16:32 2004 UTC revision 1.6 by archie172, Mon Jul 19 13:58:40 2004 UTC
# Line 312  Java_gnu_java_net_PlainDatagramSocketImp Line 312  Java_gnu_java_net_PlainDatagramSocketImp
312    DBG("PlainDatagramSocketImpl.receive(): Stored the address\n");    DBG("PlainDatagramSocketImpl.receive(): Stored the address\n");
313    
314    /* Store the port */    /* Store the port */
   port = ntohs(((unsigned short)port));  
   
315    mid = (*env)->GetMethodID(env, cls, "setPort", "(I)V");    mid = (*env)->GetMethodID(env, cls, "setPort", "(I)V");
316    if (mid == NULL)    if (mid == NULL)
317      {      {

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26