Date: Thu, 26 Jun 2003 16:42:57 +0200 (CEST) From: Ronald Klop <ronald@cs.vu.nl> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Ronald <ronald@cs.vu.nl> Subject: ports/53778: Patch to java/jmp 0.30 and/or 0.31. Message-ID: <200306261442.h5QEgvvJ004578@thuis.klop.ws> Resent-Message-ID: <200306261450.h5QEo6Af012412@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jun 26 07:50:05 PDT 2003 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306261442.h5QEgvvJ004578>