[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: "Todd C. Miller" <millert_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org>
- Date: Mon, 7 May 2007 09:29:44 -0600 (MDT)
CVSROOT: /cvs
Module name: src
Changes by: millert_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org 2007/05/07 09:29:44
Modified files:
sys/sys : limits.h
Log message:
UCHAR_MAX and USHRT_MAX should not have a 'U' suffix.
That is only needed for constants that would not fit in a signed int.
This is also consistent with UINT8_MAX and UINT16_MAX.
Fixes PR 5467, submitted by ikz isr.
Visit your host, monkey.org