Subject: Re: use of variadic macros?
To: David Young <dyoung@pobox.com>
From: Sam Leffler <sam@errno.com>
List: tech-kern
Date: 03/02/2004 19:46:16
On Mar 2, 2004, at 7:31 PM, David Young wrote:

> I believe that variadic macros buy us compatibility with latest
> 802.11/ath(4) sources that are (or will be) in FreeBSD.
>

Actually, I'm not going to use varadic macros because folks want source 
compatibility with older code where the compiler doesn't support them.  
So this isn't a reason to do it (thought in general I'd like to).

	Sam