| 423 | } |
| 424 | |
| 425 | static void |
| 426 | print_boottime (STRUCT_UTMP const *utmp_ent) |
| 427 | { |
| 428 | print_line ("", ' ', _("system boot"), |
| 429 | time_string (utmp_ent), "", "", "", ""); |
| 430 | } |
| 431 | |
| 432 | static char * |
| 433 | make_id_equals_comment (STRUCT_UTMP const *utmp_ent) |
no test coverage detected