oops, forgot to save fixed version
authorKen Raeburn <raeburn@mit.edu>
Thu, 28 Jun 2001 14:53:38 +0000 (14:53 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 28 Jun 2001 14:53:38 +0000 (14:53 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13526 dc483132-0cff-0310-8789-dd5450dbe970

src/util/pty/dump-utmp.c

index c72f5b5bc5174a1b988390fd217bd5127ef74d20..d4c303fb3af106c998f32a70bf73b8c9e6d8b8b7 100644 (file)
@@ -89,11 +89,7 @@ print_ut(int all, const struct utmp *u)
        return;
 #endif
 
-#ifdef HAVE_STRUCT_UTMP_UT_USER
-    lu = sizeof(u->ut_user);
-#else
     lu = sizeof(u->ut_name);
-#endif
     ll = sizeof(u->ut_line);
     printf("%-*.*s:", lu, lu, u->ut_name);
     printf("%-*.*s:", ll, ll, u->ut_line);