From a74458a36ebd06de5e054748e11c7e7ce02ef18d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 7 Mar 1996 03:41:22 +0000 Subject: [PATCH] (print_entry): Use STRUCT_UTMP, not `struct utmp'. --- src/who-users.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/who-users.c b/src/who-users.c index 47298dcc04..4518e152da 100644 --- a/src/who-users.c +++ b/src/who-users.c @@ -188,7 +188,7 @@ idle_string (time_t when) /* Display a line of information about entry THIS. */ static void -print_entry (struct utmp *this) +print_entry (STRUCT_UTMP *this) { struct stat stats; time_t last_change; -- 2.47.2