Date: Thu, 6 Dec 2012 19:43:48 +0000 (UTC) From: "Alexander V. Chernikov" <melifaro@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r243957 - stable/8/usr.bin/systat Message-ID: <201212061943.qB6JhmAP021395@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: melifaro Date: Thu Dec 6 19:43:48 2012 New Revision: 243957 URL: http://svnweb.freebsd.org/changeset/base/243957 Log: Fix merge of r240605 (done in r243684). Spotted by: Terry Kennedy<TERRY@tmk.com> Modified: stable/8/usr.bin/systat/keyboard.c Modified: stable/8/usr.bin/systat/keyboard.c ============================================================================== --- stable/8/usr.bin/systat/keyboard.c Thu Dec 6 19:00:37 2012 (r243956) +++ stable/8/usr.bin/systat/keyboard.c Thu Dec 6 19:43:48 2012 (r243957) @@ -57,7 +57,6 @@ static int keyboard_dispatch(int ch); int keyboard(void) { - char line[80]; int ch, n; struct timeval last, intvl, now, tm; fd_set rfds;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212061943.qB6JhmAP021395>