Date: Thu, 17 May 2007 11:12:42 +0200 (CEST) From: Nikolai Nespor <bugs@nespor.at> To: FreeBSD-gnats-submit@FreeBSD.org Subject: java/112729: [PATCH] java/diablo-jdk15: jni.h include error Message-ID: <200705170912.l4H9Cgg8008368@justuss.tulipan.home> Resent-Message-ID: <200705170940.l4H9e4ap014546@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 112729
>Category: java
>Synopsis: [PATCH] java/diablo-jdk15: jni.h include error
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-java
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Thu May 17 09:40:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Nikolai Nespor
>Release: FreeBSD 6.2-RELEASE-p4 i386
>Organization:
>Environment:
System: FreeBSD justuss 6.2-RELEASE-p4
>Description:
The include for jni_md.h in include/jni.h is missing the directory
"freebsd".
>How-To-Repeat:
>Fix:
--- diablo-jdk1.5.0.patch begins here ---
--- jni.h.orig Thu May 17 10:54:55 2007
+++ jni.h Thu May 17 10:23:21 2007
@@ -24,7 +24,7 @@
/* jni_md.h contains the machine-dependent typedefs for jbyte, jint
and jlong */
-#include "jni_md.h"
+#include "freebsd/jni_md.h"
#ifdef __cplusplus
extern "C" {
--- diablo-jdk1.5.0.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705170912.l4H9Cgg8008368>
