--- who.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/who.c b/who.c index aee4f76..ec4accc 100644 --- a/who.c +++ b/who.c _AT_@ -38,6 +38,8 @@ main(int argc, char **argv) if (mflag && strcmp(usr.ut_line, strrchr(ttyname(0), '/') + 1)) continue; + if (usr.ut_line[0] == '~') + continue; t = usr.ut_time; strftime(timebuf, sizeof timebuf, "%Y-%m-%d %H:%M", localtime(&t)); printf("%-8s %-12s %-16s\n", usr.ut_name, usr.ut_line, timebuf); -- 1.8.2.3 --BOKacYhQ+x31HxR3--Received on Mon Sep 17 2001 - 00:00:00 CEST
This archive was generated by hypermail 2.3.0 : Mon Aug 05 2013 - 17:24:05 CEST