Date: Wed, 28 Aug 2002 13:20:47 +1000 (EST) From: Bruce Evans <bde@zeta.org.au> To: Brian Somers <brian@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, <cvs-all@FreeBSD.org> Subject: Re: cvs commit: src/usr.sbin/ppp bundle.c ccp.c command.c datalink.c filter.c hdlc.c iface.c ipcp.c ipv6cp.c lcp.c link.c main.c mbuf.c mp.c nat_cmd.c ncp.c physical.c prompt.h radius.c ro Message-ID: <20020828130240.P2884-100000@gamplex.bde.org> In-Reply-To: <200208272012.g7RKC07e087329@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 27 Aug 2002, Brian Somers wrote: > brian 2002/08/27 13:12:00 PDT > > Modified files: > usr.sbin/ppp bundle.c ccp.c command.c datalink.c > filter.c hdlc.c iface.c ipcp.c ipv6cp.c > lcp.c link.c main.c mbuf.c mp.c nat_cmd.c > ncp.c physical.c prompt.h radius.c > route.c server.c slcompress.c > throughput.c timer.c > Log: > Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_ > > Suggested by: mike This is hardly cleaner. Now almost every .c file has to include <stdarg.h> to support a detail in prompt.h, despite only 2 .c files actually using that detail. Those 2 already included <stdarg.h>. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020828130240.P2884-100000>