svn commit: r243957 - stable/8/usr.bin/systat

Alexander V. Chernikov melifaro at FreeBSD.org
Thu Dec 6 19:43:49 UTC 2012


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 at 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;


More information about the svn-src-stable mailing list