aboutsummaryrefslogtreecommitdiffstats
path: root/java/shujit/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'java/shujit/files/patch-ad')
-rw-r--r--java/shujit/files/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/java/shujit/files/patch-ad b/java/shujit/files/patch-ad
new file mode 100644
index 000000000000..f4c48e5e743f
--- /dev/null
+++ b/java/shujit/files/patch-ad
@@ -0,0 +1,13 @@
+--- compiler.h 2000/12/14 09:18:13 1.1
++++ compiler.h 2000/12/14 09:18:41
+@@ -66,10 +66,6 @@
+ # if __FreeBSD__ <= 2
+ typedef u_int16_t uint16_t;
+ # endif
+-# if (__FreeBSD__ >= 5) && (JDK_VER == 11)
+-typedef unsigned int uint_t;
+- // FreeBSD/JDK 1.1.8 does not typedef this on FreeBSD >= 5
+-# endif
+ #endif
+
+