sudo/lib/eventlog/regress
Todd C. Miller 14d514e5ac Avoid using %zu or %zd with printf() and fprintf().
This prevents problems on systems where the system printf(3) is not
C99-compliant.  We use our own snprintf() on such systems so that
is safe.
2023-10-17 20:14:53 -06:00
..
eventlog_store Use #include <foo.h> instead of #include "foo.h" in most cases. 2023-09-25 10:13:28 -06:00
logwrap Avoid using %zu or %zd with printf() and fprintf(). 2023-10-17 20:14:53 -06:00
parse_json Use #include <foo.h> instead of #include "foo.h" in most cases. 2023-09-25 10:13:28 -06:00