Date: Sat, 2 Feb 2002 16:49:08 -0400 (AST) From: Pierre-Paul@bloodaxis.dyndns.org, Lavoie@bloodaxis.dyndns.org To: FreeBSD-gnats-submit@freebsd.org Subject: ports/34559: audio/csound includes malloc.h Message-ID: <20020202204908.673DC358@bloodaxis.dyndns.org>
next in thread | raw e-mail | index | archive | help
>Number: 34559 >Category: ports >Synopsis: audio/csound includes malloc.h >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Feb 02 12:50:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: ppl >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD bloodaxis 4.4-STABLE FreeBSD 4.4-STABLE #5: Wed Dec 5 10:40:09 AST 2001 root@bloodaxis:/usr/src/sys/compile/BLOODAXIS i386 >Description: When compilling /usr/ports/audio/csound you get warnings for malloc.h >How-To-Repeat: cd /usr/ports/audio/csound && make >Fix: --- dpwelib.h Sun Nov 18 13:10:47 2001 +++ dpwelib.h-patch Sat Feb 2 13:16:02 2002 @@ -61,7 +61,7 @@ # else # include <unistd.h> # ifndef mac_classic -# include <malloc.h> +# include <stdlib.h> # endif # endif #endif --- pvoc.c Sun Nov 18 13:18:14 2001 +++ pvoc.c-patch Sat Feb 2 13:17:30 2002 @@ -22,7 +22,7 @@ # else # if !defined (__ZPC__) && !defined (LATTICE) && !defined(__WATCOMC__) && !defined(WIN32) && !defined(__ncc) # include <unistd.h> -# include <malloc.h> +# include <stdlib.h> # else # include <stdlib.h> # endif /* __ZPC__ */ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020202204908.673DC358>