(print_entry): Use STRUCT_UTMP, not `struct utmp'.
authorJim Meyering <jim@meyering.net>
Thu, 7 Mar 1996 03:41:22 +0000 (03:41 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 7 Mar 1996 03:41:22 +0000 (03:41 +0000)
src/who-users.c

index 47298dc..4518e15 100644 (file)
@@ -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;