Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Feb 2001 13:20:02 -0800 (PST)
From:      Stefan `Sec` Zehl <sec@yoda.fwe.pi.musin.de>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/25286: mkisofs-1.13 core dump.
Message-ID:  <200102222120.f1MLK2509811@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/25286; it has been noted by GNATS.

From: Stefan `Sec` Zehl <sec@yoda.fwe.pi.musin.de>
To: schilling@fokus.gmd.de
Cc: roam@orbitel.bg, FreeBSD-gnats-submit@freebsd.org
Subject: Re: ports/25286: mkisofs-1.13 core dump.
Date: Thu, 22 Feb 2001 22:13:51 +0100

 On Thu, Feb 22, 2001 at 06:26:54PM +0100, schilling@fokus.gmd.de wrote:
 > Mmm even the recent source does not know what should be the correct way:
 > 
 > #ifdef __cplusplus 
 > extern "C" double strtod(const char *s00, char **se); 
 > extern "C" char *__dtoa(double d, int mode, int ndigits, 
 >                         int *decpt, int *sign, char **rve); 
 > #endif 
 > 
 > Taken from:
 > 	stdlib/netbsd_strtod.c
 
 This is a valid point. In FreeBSD the c++ part of
 src/lib/libc/stdlib/strtod.c isn't in sync with the new reality.
 
 | extern "C" char *dtoa(double d, int mode, int ndigits,
 |                         int *decpt, int *sign, char **rve);
 
 should probably gain the added argument, too.
 
 Should I submit a seperate PR for this?
 
 CU,
     Sec
 -- 
 Komme wieder

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?200102222120.f1MLK2509811>