Update strtonum(3) to the latest OpenBSD version, which uses long long's
authorSimon Schubert <corecode@dragonflybsd.org>
Thu, 28 Sep 2006 17:20:45 +0000 (17:20 +0000)
committerSimon Schubert <corecode@dragonflybsd.org>
Thu, 28 Sep 2006 17:20:45 +0000 (17:20 +0000)
commit2bd0301f229264e726c3dcde4fe85699bcc789fa
tree4d0e7d32e0f8b0e137827e0e2ef61b7de00b9934
parent5fef2bdbf37634c2ef82475d613cc8e62b14ee76
Update strtonum(3) to the latest OpenBSD version, which uses long long's
instead of unsigned long long's.

Noticed-by: OpenSSH openbsd-portable regression test suite
include/stdlib.h
lib/libc/stdlib/strtonum.3
lib/libc/stdlib/strtonum.c