| 491 | } |
| 492 | |
| 493 | static void |
| 494 | print_clockchange (STRUCT_UTMP const *utmp_ent) |
| 495 | { |
| 496 | /* FIXME: handle NEW_TIME & OLD_TIME both */ |
| 497 | print_line ("", ' ', _("clock change"), |
| 498 | time_string (utmp_ent), "", "", "", ""); |
| 499 | } |
| 500 | |
| 501 | static void |
| 502 | print_runlevel (STRUCT_UTMP const *utmp_ent) |
no test coverage detected