From ronald@thuis.klop.ws  Thu Jun 26 07:43:16 2003
Return-Path: <ronald@thuis.klop.ws>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 51AF037B401
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 26 Jun 2003 07:43:16 -0700 (PDT)
Received: from smtp.hccnet.nl (smtp.hccnet.nl [62.251.0.13])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2F71C43F3F
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 26 Jun 2003 07:43:15 -0700 (PDT)
	(envelope-from ronald@thuis.klop.ws)
Received: from thuis.klop.ws by smtp.hccnet.nl
	via fia212-11.dsl.hccnet.nl [62.251.11.212] with ESMTP
	id h5QEh8T9013333 (8.12.9/2.03); Thu, 26 Jun 2003 16:43:11 +0200 (MET DST)
Received: from thuis.klop.ws (localhost [127.0.0.1])
	by thuis.klop.ws (8.12.9/8.12.9) with ESMTP id h5QEh2wW004579;
	Thu, 26 Jun 2003 16:43:04 +0200 (CEST)
	(envelope-from ronald@thuis.klop.ws)
Received: (from ronald@localhost)
	by thuis.klop.ws (8.12.9/8.12.9/Submit) id h5QEgvvJ004578;
	Thu, 26 Jun 2003 16:42:57 +0200 (CEST)
	(envelope-from ronald)
Message-Id: <200306261442.h5QEgvvJ004578@thuis.klop.ws>
Date: Thu, 26 Jun 2003 16:42:57 +0200 (CEST)
From: Ronald Klop <ronald@cs.vu.nl>
Reply-To: Ronald Klop <ronald@cs.vu.nl>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Ronald <ronald@cs.vu.nl>
Subject: Patch to java/jmp 0.30 and/or 0.31.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         53778
>Category:       ports
>Synopsis:       Patch to java/jmp 0.30 and/or 0.31.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 26 07:50:05 PDT 2003
>Closed-Date:    Sun Jun 29 02:08:34 PDT 2003
>Last-Modified:  Sun Jun 29 02:08:34 PDT 2003
>Originator:     Ronald Klop
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD thuis.klop.ws 4.8-STABLE FreeBSD 4.8-STABLE #0: Wed Jun 18 00:37:58 CEST 2003 root@henk.boetzelaer.nl:/usr/obj/usr/src/sys/HENK i386


>Description:
	Port java/jmp is using malloc.h, which doesn't work on FBSD 5.x.
	This adds a patch for it.

>How-To-Repeat:
	
>Fix:

	Add this patch file in the java/jmp/files directory.

--- patch-hash.c begins here ---
$FreeBSD$

--- hash.c	Thu Jun 26 16:23:50 2003
+++ hash.c	Thu Jun 26 16:23:20 2003
@@ -1,7 +1,7 @@
 /* Handle a hash table.
  */
 
-#include <malloc.h>
+#include <stdlib.h>
 #include <jmp.h>
 
 struct hashnode
--- patch-hash.c ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: olgeni 
State-Changed-When: Sun Jun 29 02:08:00 PDT 2003 
State-Changed-Why:  
Fixed :) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=53778 
>Unformatted:
