Re: [PATCH][RESEND] ldattach(8) [v2]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Am 10.03.2008 15:28 schrieb Karel Zak:
> 
>  Please, next time use git-send-email rather than Mozilla. The git
>  doesn't touch mail body.

Oops, sorry about that. I thought resending an already formatted mail
with Mozilla was harmless. Obviously I was wrong.

>> +#define dbg(format, arg...) \
>> +	do { if (debug) fprintf(stderr , "%s:" format "\n" , progname , ## arg); } while (0)
> 
>  Isn't it more portable to use:
> 
>     fprintf(stderr , "%s:" format "\n" , progname , ##__VA_ARGS__);

Frankly, I don't know. All I can say is I haven't encountered any
portability issues with the former so far. If someone knows more
about this I'll gladly change it or ack a patch to that effect.

Thanks,
Tilman

-- 
Tilman Schmidt                          E-Mail: tilman@xxxxxxx
Bonn, Germany
Diese Nachricht besteht zu 100% aus wiederverwerteten Bits.
Ungeöffnet mindestens haltbar bis: (siehe Rückseite)

Attachment: signature.asc
Description: OpenPGP digital signature


[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux