aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/rusers
diff options
context:
space:
mode:
authorMatthew Dillon <dillon@FreeBSD.org>2002-01-19 23:20:02 +0000
committerMatthew Dillon <dillon@FreeBSD.org>2002-01-19 23:20:02 +0000
commit170ac683f26f1d05a019b0623b51b4b8f4576ada (patch)
tree262f00c422f3272c4031c870d746ed14c2f757d5 /usr.bin/rusers
parent819a1420800a21ed5a99c96dd27e806dd971e041 (diff)
Notes
Diffstat (limited to 'usr.bin/rusers')
-rw-r--r--usr.bin/rusers/rusers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/rusers/rusers.c b/usr.bin/rusers/rusers.c
index a401bfa6e055..bd275b505004 100644
--- a/usr.bin/rusers/rusers.c
+++ b/usr.bin/rusers/rusers.c
@@ -115,7 +115,7 @@ rusers_reply(caddr_t replyp, struct sockaddr_in *raddrp)
printf("%-*s ", HOST_WIDTH, host);
for (x = 0; x < up->utmpidlearr_len; x++) {
- time_t t = int_to_time(up->utmpidlearr_val[x].ui_utmp.ut_time);
+ time_t t = _int_to_time(up->utmpidlearr_val[x].ui_utmp.ut_time);
strncpy(date, &(ctime(&t)[4]), sizeof(date) - 1);
idle = up->utmpidlearr_val[x].ui_idle;