v1.9.14
Quiet compiler warnings on systems where pid_t is not an int. Historically, pid_t was a long on some 32-bit systems like Solaris.
verbose flag is boolean, not int
Place C23 attributes before keywords in function declarations. In practice this means we must use "sudo_noreturn static foo(void)" instead of "static sudo_noreturn foo(void)".
Add support for the struct kinfo_proc on Dragonfly BSD.