v1.9.15p5
Use #include <foo.h> instead of #include "foo.h" in most cases.
Prefer fputs over fprintf where possible
Avoid using %zu or %zd with printf() and fprintf().
Properly handle sysconf(_SC_LOGIN_NAME_MAX) returning -1 on failure.