[INN-COMMITTERS] inn/lib (snprintf.c)
Katsuhiro_Kondou at isc.org
Katsuhiro_Kondou at isc.org
Mon Dec 24 02:39:58 UTC 2001
Date: Sunday, December 23, 2001 @ 18:39:57
Author: kondou
Update of /dist1/cvs/isc/inn/inn/lib
from pub3.rc.vix.com:/dist1/isc/kondou/CURRENT/inn/lib
Modified: snprintf.c
- From: TAKAI Kousuke <takai at vlsi.kuee.kyoto-u.ac.jp>
- lib/snprintf.c has invalid construct `va_arg (args, short int)'
(second arg of va_arg must be a promoted type). Recent gcc refuses
to compile such constructs (older gcc do not complain about them,
but silently generate wrong code on big endian machines).
More information about the inn-committers
mailing list