summaryrefslogtreecommitdiff
path: root/java/sablevm/files/patch-sablevm-classpath-1.1.6-20040725
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-12-15 18:31:01 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-12-15 18:31:01 +0000
commitb0a5eaa55357dd66fe20bbaec3139d5fce532b66 (patch)
tree1177315d3732b3db1e09054b867cd32d469df97e /java/sablevm/files/patch-sablevm-classpath-1.1.6-20040725
parent- Update to 2.9 (diff)
- Update to 1.13
- Take maintainership - Split classpath into separate port - Switch to libffi-devel to allow build on !386 PR: ports/118288, ports/118312 Submitted by: Bjoern Koenig <bkoenig@alpha-tierchen.de>
Diffstat (limited to 'java/sablevm/files/patch-sablevm-classpath-1.1.6-20040725')
-rw-r--r--java/sablevm/files/patch-sablevm-classpath-1.1.6-2004072513
1 files changed, 0 insertions, 13 deletions
diff --git a/java/sablevm/files/patch-sablevm-classpath-1.1.6-20040725 b/java/sablevm/files/patch-sablevm-classpath-1.1.6-20040725
deleted file mode 100644
index da4953bed98c..000000000000
--- a/java/sablevm/files/patch-sablevm-classpath-1.1.6-20040725
+++ /dev/null
@@ -1,13 +0,0 @@
-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
-