sh(1), ksh(1): reimplement p_tv() with p_ts()
authorcheloha <cheloha@openbsd.org>
Thu, 14 Sep 2023 18:32:03 +0000 (18:32 +0000)
committercheloha <cheloha@openbsd.org>
Thu, 14 Sep 2023 18:32:03 +0000 (18:32 +0000)
commit9ab2d3bb445c54f7d05a141b1b72e284a59f046c
tree2376202bc15cae197bff9b85112d559d7b42cb6a
parente5d9e9b23151896f6ab4aa7556542f01922490ce
sh(1), ksh(1): reimplement p_tv() with p_ts()

p_tv() is identical to p_ts().  Better to not have two copies: in
p_tv(), convert the timeval to a timespec and pass it to p_ts().

With input from tb@ and millert@.

Thread: https://marc.info/?l=openbsd-tech&m=169448818503541&w=2

ok tb@ millert@
bin/ksh/c_sh.c