summaryrefslogtreecommitdiff
path: root/java/jdk16/files/patch-j2se::jar::main.cpp
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2007-06-09 05:14:56 +0000
committerGreg Lewis <glewis@FreeBSD.org>2007-06-09 05:14:56 +0000
commit01790521d1f58b3814db40f9bcc340faf54e9c9f (patch)
treeb9d63b3a22d203c194324a9704a910badab47a40 /java/jdk16/files/patch-j2se::jar::main.cpp
parent- Fix dependencies (diff)
. Update to patchset 5, based on the 1.5.0_11 JRL source code.
Notes
Notes: svn path=/head/; revision=193076
Diffstat (limited to 'java/jdk16/files/patch-j2se::jar::main.cpp')
-rw-r--r--java/jdk16/files/patch-j2se::jar::main.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/java/jdk16/files/patch-j2se::jar::main.cpp b/java/jdk16/files/patch-j2se::jar::main.cpp
deleted file mode 100644
index 99b0ae464f9e..000000000000
--- a/java/jdk16/files/patch-j2se::jar::main.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
---- ../../j2se/src/share/native/com/sun/java/util/jar/pack/main.cpp.orig Tue Oct 19 14:59:48 2004
-+++ ../../j2se/src/share/native/com/sun/java/util/jar/pack/main.cpp Thu May 24 18:46:10 2007
-@@ -17,7 +17,11 @@
-
- #if defined(unix) && !defined(PRODUCT)
- #include "pthread.h"
-+#if defined(_ALLBSD_SOURCE)
-+#define THREAD_SELF ((jlong)pthread_self())
-+#else
- #define THREAD_SELF ((int)pthread_self())
-+#endif
- #endif
-
- #include "defines.h"