HomeFreeBSD

inetd: prefer strtonum(3) to strspn(3)+atoi(3), NFC

Description

inetd: prefer strtonum(3) to strspn(3)+atoi(3), NFC

strtonum(3) does effectively the same validation as we had, but it's more
concise.

Details

Provenance
kevansAuthored on
Parents
rS356216: Don't spin on cleanup_lock if we are not interrupt.
Branches
Unknown
Tags
Unknown