Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jan 2011 13:22:32 -0500
From:      John Baldwin <jhb@freebsd.org>
To:        Garrett Cooper <gcooper@freebsd.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Konstantin Belousov <kib@freebsd.org>
Subject:   Re: svn commit: r216967 - head/usr.sbin/rtprio
Message-ID:  <201101041322.33071.jhb@freebsd.org>
In-Reply-To: <AANLkTikqR3dzNV23Ti=cDmhig93Ko3LTgLh7HCaQFv5-@mail.gmail.com>
References:  <201101041727.p04HRHZC048894@svn.freebsd.org> <AANLkTikqR3dzNV23Ti=cDmhig93Ko3LTgLh7HCaQFv5-@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday, January 04, 2011 12:41:51 pm Garrett Cooper wrote:
> On Tue, Jan 4, 2011 at 9:27 AM, Konstantin Belousov <kib@freebsd.org> wrote:
> > Author: kib
> > Date: Tue Jan  4 17:27:17 2011
> > New Revision: 216967
> > URL: http://svn.freebsd.org/changeset/base/216967
> >
> > Log:
> >  Use errx() instead of err() in parseint. There is usually no interesting
> >  information in errno.
> >
> >  Noted by:     Garrett Cooper <yanegomi gmail com>
> >  MFC after:    1 week
> 
> Someday it would be nice if we could have one standard / libraritized
> set of functions that properly handle overflow and all that good stuff
> (as bde has suggested to me elsewhere), but this is good enough for
> today.

strtonum(3)?

-- 
John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101041322.33071.jhb>