- Now that we got time_t to work nicely on openbsd with snprintf's conversion specifiers, we ran into a similiar issue on Raspbian/ARMv7's time_t which is of signed 32 bit and doesn't cope at all with %j. Instead of doing tricks, get rid of time_t everywhere and forever and use uintmax_t instead which has at least a 'standardized' conversion specifier associated with it.
- svn propset
- conf_gecos.h, conf_gecos.c: fixed copyright info
- Add conf_gecos.*
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.