CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/09/14 12:32:03
Modified files:
bin/ksh : c_sh.c
Log message:
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@
