CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]  2009/01/14 01:10:05

Modified files:
        sys/netbt      : l2cap_signal.c 

Log message:
Accoring to the C standard uint16_t can't be the type of the ``last'' argument
of va_start() since it's not compatible with the type that results after
application of the default argument promotion. So change it to uint32_t.

ok miod@

Reply via email to