On Tue, Jan 4, 2011 at 9:27 AM, Konstantin Belousov <k...@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. Thanks! -Garrett _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"