From c3a1bb32f4b4d4e3825f2f24fce77cdda8d030de Mon Sep 17 00:00:00 2001 From: Xin LI Date: Fri, 18 Jan 2013 23:54:27 +0000 Subject: [PATCH] Set showthread = 0 for w(1). X-MFC: together with r245610 --- usr.bin/w/w.c | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.bin/w/w.c b/usr.bin/w/w.c index 2e19bb11fa6c..5a84e86cdaca 100644 --- a/usr.bin/w/w.c +++ b/usr.bin/w/w.c @@ -96,6 +96,7 @@ static int nflag; /* true if -n flag: don't convert addrs */ static int dflag; /* true if -d flag: output debug info */ static int sortidle; /* sort by idle time */ int use_ampm; /* use AM/PM time */ +int showthreads = 0;/* will threads be shown? */ static int use_comma; /* use comma as floats separator */ static char **sel_users; /* login array of particular users selected */