From: Jim Meyering Date: Thu, 7 Mar 1996 03:41:22 +0000 (+0000) Subject: (print_entry): Use STRUCT_UTMP, not `struct utmp'. X-Git-Tag: FILEUTILS-3_12j~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a74458a36ebd06de5e054748e11c7e7ce02ef18d;p=thirdparty%2Fcoreutils.git (print_entry): Use STRUCT_UTMP, not `struct utmp'. --- 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;