CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2019/12/31 07:09:27
Modified files: usr.sbin/bgpctl: bgpctl.c bgpctl.h output.c Log message: Rename print_timer() to show_timer() and move it to output.c Currently this needs a bit of a hack because fmt_timeframe() does not really print a timeframe but instead needs a timestamp relative to now. This needs to be adjusted but will be done later.