svn commit: r245633 - head/usr.bin/w

Xin LI delphij at FreeBSD.org
Fri Jan 18 23:54:27 UTC 2013


Author: delphij
Date: Fri Jan 18 23:54:27 2013
New Revision: 245633
URL: http://svnweb.freebsd.org/changeset/base/245633

Log:
  Set showthread = 0 for w(1).
  
  X-MFC:	together with r245610

Modified:
  head/usr.bin/w/w.c

Modified: head/usr.bin/w/w.c
==============================================================================
--- head/usr.bin/w/w.c	Fri Jan 18 23:24:00 2013	(r245632)
+++ head/usr.bin/w/w.c	Fri Jan 18 23:54:27 2013	(r245633)
@@ -96,6 +96,7 @@ static int	nflag;		/* true if -n flag: d
 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 */
 


More information about the svn-src-head mailing list