]> git.ipfire.org Git - thirdparty/krb5.git/commit
Remove strftime() conditionalization 840/head
authorGreg Hudson <ghudson@mit.edu>
Wed, 5 Sep 2018 19:35:12 +0000 (15:35 -0400)
committerGreg Hudson <ghudson@mit.edu>
Thu, 6 Sep 2018 15:00:24 +0000 (11:00 -0400)
commit4ffb239bfc44396d72ac8c54103367aa4f9bd3e8
treeaee5b19a740184754af444cd28f22e9f64590744
parent88ce983a3be9ef0d740ceafee1e82de06b8b987e
Remove strftime() conditionalization

strftime() is specified in C89.  The tree has not built without a
native strftime() at least as far back as 1.7 (because it is used
unconditionally in kdb5_mkey.c) and possibly for much longer.  Remove
the two copies of the NetBSD strftime.c and the fallback ctime() in
logger.c.
src/Makefile.in
src/configure.in
src/kadmin/cli/strftime.c [deleted file]
src/lib/kadm5/logger.c
src/lib/krb5/krb/str_conv.c
src/lib/krb5/krb/strftime.c [deleted file]