From owner-svn-src-stable@FreeBSD.ORG Thu Dec 6 19:43:48 2012 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EB5C3E7A; Thu, 6 Dec 2012 19:43:48 +0000 (UTC) (envelope-from melifaro@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id CE7738FC08; Thu, 6 Dec 2012 19:43:48 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB6JhmWH021396; Thu, 6 Dec 2012 19:43:48 GMT (envelope-from melifaro@svn.freebsd.org) Received: (from melifaro@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB6JhmAP021395; Thu, 6 Dec 2012 19:43:48 GMT (envelope-from melifaro@svn.freebsd.org) Message-Id: <201212061943.qB6JhmAP021395@svn.freebsd.org> From: "Alexander V. Chernikov" Date: Thu, 6 Dec 2012 19:43:48 +0000 (UTC) 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 X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2012 19:43:49 -0000 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 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;