summaryrefslogtreecommitdiff
path: root/java/sablevm/files/patch-sablevm-classpath-1.1.6-20040725
blob: da4953bed98c3fd591bfe58f2a381bd6ce4c83db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: native/target/generic/target_generic_network.h
===================================================================
--- ../sablevm-classpath-1.1.6/native/target/generic/target_generic_network.h	(.../tags/sablevm-classpath-1.1.6)	(revision 2849)
+++ ../sablevm-classpath-1.1.6/native/target/generic/target_generic_network.h	(.../branches/staging)	(revision 2849)
@@ -570,7 +570,7 @@
   #include <netinet/in.h>
   #define TARGET_NATIVE_NETWORK_SOCKET_SEND(socketDescriptor,buffer,length,bytesSent) \
     do { \
-      bytesSent=send(socketDescriptor,buffer,length,MSG_NOSIGNAL); \
+      bytesSent=send(socketDescriptor,buffer,length,0); \
     } while (0)
 #endif