summaryrefslogtreecommitdiffstats
path: root/make/stub_includes/x11
diff options
context:
space:
mode:
Diffstat (limited to 'make/stub_includes/x11')
-rw-r--r--make/stub_includes/x11/jni_md.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/stub_includes/x11/jni_md.h b/make/stub_includes/x11/jni_md.h
index 3c2987529..449786272 100644
--- a/make/stub_includes/x11/jni_md.h
+++ b/make/stub_includes/x11/jni_md.h
@@ -3,7 +3,7 @@
#define JNIIMPORT
#define JNICALL
-typedef long jint;
+typedef int jint;
#ifdef _LP64 /* 64-bit Solaris */
typedef long jlong;
#else