diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-08-10 04:35:28 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-08-10 04:35:28 +0000 |
| commit | f124555536ce4b815ff160312c094545c36ec440 (patch) | |
| tree | 702199d3b5e34c9ba151483313d8c26565451c75 /java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::jvm_natives::native.c | |
| parent | 280725774faa4e3d91ff599cca3a1466c77d300e (diff) | |
Notes
Diffstat (limited to 'java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::jvm_natives::native.c')
| -rw-r--r-- | java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::jvm_natives::native.c | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::jvm_natives::native.c b/java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::jvm_natives::native.c deleted file mode 100644 index 9717547cbe12..000000000000 --- a/java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::jvm_natives::native.c +++ /dev/null @@ -1,31 +0,0 @@ -$FreeBSD$ - ---- ../ext/plugin/oji-plugin/src/motif/jvm_natives/native.c 22 Jan 2002 19:56:49 -0000 1.5 -+++ ../ext/plugin/oji-plugin/src/motif/jvm_natives/native.c 13 Apr 2002 05:11:05 -0000 -@@ -590,7 +590,7 @@ - jclass clz = (*env)->FindClass(env, "sun/plugin/navig/motif/Worker"); - jmethodID meth = (*env)->GetStaticMethodID(env, clz, "readHttpsURL", - "(Ljava/lang/Object;[BII)I"); -- return (jint)(*env)->CallStaticObjectMethod(env, clz, meth, this, buf, offset, len); -+ return (jint)(*env)->CallStaticIntMethod(env, clz, meth, this, buf, offset, len); - } - - /* -@@ -605,7 +605,7 @@ - jclass clz = (*env)->FindClass(env, "sun/plugin/navig/motif/Worker"); - jmethodID meth = (*env)->GetStaticMethodID(env, clz, "bytesAvailable", - "(Ljava/lang/Object;)I"); -- return (jint)(*env)->CallStaticObjectMethod(env, clz, meth, this); -+ return (jint)(*env)->CallStaticIntMethod(env, clz, meth, this); - } - - /* -@@ -623,7 +623,7 @@ - "(Ljava/lang/Object;)V"); - jfieldID nativeConnID = (*env)->GetFieldID(env, isClass, "nativeConnection", "J"); - -- (*env)->CallStaticObjectMethod(env, clz, meth, is); -+ (*env)->CallStaticVoidMethod(env, clz, meth, is); - - /* - It is extremely important to unset the nativeConnection field in |
