Date: Thu, 28 Aug 2003 21:20:52 +0000 (UTC) From: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-ports@freebsd.org Subject: FYI: varargs.h terminally broken in -CURRENT Message-ID: <bilrnk$2ohu$1@kemoauc.mips.inka.de>
next in thread | raw e-mail | index | archive | help
The varargs.h way of handling variable function arguments is broken in -CURRENT. Apparently GCC3.3 doesn't support this any longer. Probably <varargs.h> will be discontinued and reduced to an #error pointing to <stdarg.h>. All ports that still rely on varargs.h are broken on -CURRENT! This should mostly concern old, unmaintained software since varargs has been obsoleted and superseded by stdarg for years. These ports need to be converted. varargs and stdarg are not quit compatible, see stdarg(3). -- Christian "naddy" Weisgerber naddy@mips.inka.de
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bilrnk$2ohu$1>