summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/who-users.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/who-users.c b/src/who-users.c
index 47298dcc0..4518e152d 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;