java/112729: [PATCH] java/diablo-jdk15: jni.h include error

Nikolai Nespor bugs at nespor.at
Thu May 17 09:40:04 UTC 2007


>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:


More information about the freebsd-java mailing list