From 551dd37ae2b62132351361db3fd143067c65cafe Mon Sep 17 00:00:00 2001 From: melifaro Date: Thu, 6 Dec 2012 19:43:48 +0000 Subject: [PATCH] Fix merge of r240605 (done in r243684). Spotted by: Terry Kennedy git-svn-id: svn://svn.freebsd.org/base/stable/8@243957 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- usr.bin/systat/keyboard.c | 1 - 1 file changed, 1 deletion(-) diff --git a/usr.bin/systat/keyboard.c b/usr.bin/systat/keyboard.c index 920e73d2a..d5ad31d69 100644 --- a/usr.bin/systat/keyboard.c +++ b/usr.bin/systat/keyboard.c @@ -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; -- 2.45.0