[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS: cvs.openbsd.org: src
- To: source-changes_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org
- Subject: CVS: cvs.openbsd.org: src
- From: Alexander Yurchenko <grange_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org>
- Date: Wed, 14 Jan 2009 01:10:05 -0700 (MST)
CVSROOT: /cvs
Module name: src
Changes by: grange_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org 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@
Visit your host, monkey.org