diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 2002-01-19 23:20:02 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 2002-01-19 23:20:02 +0000 |
| commit | 170ac683f26f1d05a019b0623b51b4b8f4576ada (patch) | |
| tree | 262f00c422f3272c4031c870d746ed14c2f757d5 /usr.bin/rusers | |
| parent | 819a1420800a21ed5a99c96dd27e806dd971e041 (diff) | |
Notes
Diffstat (limited to 'usr.bin/rusers')
| -rw-r--r-- | usr.bin/rusers/rusers.c | 2 |
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; |
