Use the monotonic clock for logging progress in cdio(1) and ftp(1).
authorcheloha <cheloha@openbsd.org>
Sat, 23 Dec 2017 20:04:23 +0000 (20:04 +0000)
committercheloha <cheloha@openbsd.org>
Sat, 23 Dec 2017 20:04:23 +0000 (20:04 +0000)
commit5eb87a29ca2d74b75d73c9fb7e3357d355a037f5
treea085db69488f2ffb9e03c595ee3f608072476bd0
parentd56fac89cfb396aa52ceba3433ffbe7a263ffc5f
Use the monotonic clock for logging progress in cdio(1) and ftp(1).

Keeps the progress log from blipping or stalling if, e.g., the
system time is changed in the midst of a rip or a transfer.

ok tb@ jca@
usr.bin/cdio/mmc.c
usr.bin/cdio/rip.c
usr.bin/ftp/util.c