summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2001-06-28 14:53:38 +0000
committerKen Raeburn <raeburn@mit.edu>2001-06-28 14:53:38 +0000
commit9602d3f11786b103ed48c29d5bc788b6543d3c35 (patch)
tree65a7e108a89669ff76e7c966c995481adab215dd /src
parent068249afb63d833e5dc6166fc95dedce99b855d7 (diff)
downloadkrb5-9602d3f11786b103ed48c29d5bc788b6543d3c35.tar.gz
krb5-9602d3f11786b103ed48c29d5bc788b6543d3c35.tar.xz
krb5-9602d3f11786b103ed48c29d5bc788b6543d3c35.zip
oops, forgot to save fixed version
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13526 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/util/pty/dump-utmp.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/util/pty/dump-utmp.c b/src/util/pty/dump-utmp.c
index c72f5b5bc..d4c303fb3 100644
--- a/src/util/pty/dump-utmp.c
+++ b/src/util/pty/dump-utmp.c
@@ -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);