Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Nov 2001 22:43:11 -0800 (PST)
From:      Anthony Kim <anthony.kim@vw.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/32244: textproc/rtf2htm fails to compile due to malloc.h
Message-ID:  <200111240643.fAO6hBv47180@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         32244
>Category:       ports
>Synopsis:       textproc/rtf2htm fails to compile due to 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:   Fri Nov 23 22:50:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Anthony Kim
>Release:        5.0-CURRENT
>Organization:
Volkswagen
>Environment:
FreeBSD nabokov.afc.vw.com 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Fri Nov 23 00:54:11 CST 2001     root@nabokov.afc.vw.com:/usr/obj/usr/src/sys/NABOKOV  i386
>Description:
textproc/rtf2htm files to make due to malloc.h include in malloc.c
>How-To-Repeat:
cd /usr/ports/textproc/rtf2htm ; make install
>Fix:
If there's somewhere else I should be looking to fix these, please drop me a helpful hint! Tks.

> --- malloc.c.orig     Wed Nov 21 12:59:03 2001
> +++ malloc.c  Wed Nov 21 12:59:15 2001
> @@ -37,7 +37,7 @@
>  #ifndef BSD
>  
>  #ifndef TURBO_C
> -#include <malloc.h>
> +#include <stdlib.h>
>  #else
>  #include <alloc.h>
>  #endif

>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?200111240643.fAO6hBv47180>