summaryrefslogtreecommitdiff
path: root/packages/classpath/files
diff options
context:
space:
mode:
authorRobert Schuster <thebohemian@gmx.net>2008-11-14 13:48:30 +0100
committerRobert Schuster <thebohemian@gmx.net>2008-11-14 23:00:23 +0100
commit4a90826f75410002b731d797d23e1743084120f8 (patch)
tree644699d9c10ecaed468bae48e9b8ecc694ace9c9 /packages/classpath/files
parentabf87c6f96838bb848f4fda05fbb3d840fc2e8e9 (diff)
classpath-initial 0.93: Use a patch that fits to classpath 0.93.
Diffstat (limited to 'packages/classpath/files')
-rw-r--r--packages/classpath/files/miscompilation-0.93.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/classpath/files/miscompilation-0.93.patch b/packages/classpath/files/miscompilation-0.93.patch
new file mode 100644
index 0000000000..99db6f3003
--- /dev/null
+++ b/packages/classpath/files/miscompilation-0.93.patch
@@ -0,0 +1,13 @@
+Index: classpath-0.93/native/jni/java-io/java_io_VMFile.c
+===================================================================
+--- classpath-0.93.orig/native/jni/java-io/java_io_VMFile.c 2006-09-23 07:17:45.000000000 +0200
++++ classpath-0.93/native/jni/java-io/java_io_VMFile.c 2008-11-14 13:41:27.000000000 +0100
+@@ -239,7 +239,7 @@
+ {
+ #ifndef WITHOUT_FILESYSTEM
+ const char *filename;
+- int result;
++ volatile int result;
+
+ /* Don't use the JCL convert function because it throws an exception
+ on failure */