aboutsummaryrefslogtreecommitdiffstats
path: root/java/shujit/files/patch-ae
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-12-14 09:36:43 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-12-14 09:36:43 +0000
commitf190e29bce24bd27e7d85bbb04a4b30e56de0ad1 (patch)
tree26efb43e4232339ac037972db165e380fb019883 /java/shujit/files/patch-ae
parentadd40d262c90bdb7da10b2d1852d2f9d69b9c3b6 (diff)
Update to 0.6.9. This version fixes some incompatabilities between shujit and
FreeBSD, so it's recommended to upgrade if you have any problems with previous version. Submitted by: Kazuyuki Shudo <shudoh@muraoka.info.waseda.ac.jp>
Diffstat (limited to 'java/shujit/files/patch-ae')
-rw-r--r--java/shujit/files/patch-ae14
1 files changed, 14 insertions, 0 deletions
diff --git a/java/shujit/files/patch-ae b/java/shujit/files/patch-ae
new file mode 100644
index 000000000000..63284c2b38d9
--- /dev/null
+++ b/java/shujit/files/patch-ae
@@ -0,0 +1,14 @@
+--- stack.c 2000/12/14 09:19:58 1.1
++++ stack.c 2000/12/14 09:20:07
+@@ -28,11 +28,6 @@
+
+ #include "config.h"
+
+-#if (__FreeBSD__ >= 5) && (JDK_VER == 11)
+-typedef unsigned int uint_t;
+- // FreeBSD/JDK 1.1.8 does not typedef this on FreeBSD >= 5
+-#endif
+-
+ #ifndef HAVE_GREENTHR_HEADER
+ # define NATIVE // for Linux/JDK 1.1.8v1
+ #endif