Extend range for seconds from 100 million to upper bound of time_t.
authorcheloha <cheloha@openbsd.org>
Fri, 2 Feb 2018 16:46:37 +0000 (16:46 +0000)
committercheloha <cheloha@openbsd.org>
Fri, 2 Feb 2018 16:46:37 +0000 (16:46 +0000)
commitfb81ce644970df72956c71d272e173ea820b5f46
tree11e67db7c60f011e390b3578ee5ca4eec0cabe37
parent31a0a388aaf11951738af3be1893bd562a2b1146
Extend range for seconds from 100 million to upper bound of time_t.

Makes us compliant with POSIX.1-2008, which requires that sleep(1) support
up to 2147483647 seconds.

Bounced off of tb@ and jca@.

ok tb@ millert@ jca@
bin/sleep/sleep.c