>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:
_______________________________________________
freebsd-java freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-java
To unsubscribe, send any mail to
"freebsd-java-unsubscribe freebsd.org"
|