CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2021/09/01 15:43:52
Modified files: usr.bin/timeout: timeout.c Log message: Fix overflow / underflow check by moving it up before the return Also rename 'end' to 'suffix' for readability. OK beck@