diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-11-08 23:33:17 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-11-08 23:33:17 +0000 |
commit | 946337484eb2512a6a0744c4946a4498b2336069 (patch) | |
tree | ac896fe569d5086f75ceeed79a121de8059725fe | |
parent | 181e1cc711ca0ad12300122223165d0853804009 (diff) | |
download | rtmux-946337484eb2512a6a0744c4946a4498b2336069.tar.gz rtmux-946337484eb2512a6a0744c4946a4498b2336069.tar.bz2 rtmux-946337484eb2512a6a0744c4946a4498b2336069.zip |
Sync OpenBSD patchset 514:
Unused variable. Aargh.
-rw-r--r-- | tty-keys.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: tty-keys.c,v 1.42 2009-11-08 23:32:39 tcunha Exp $ */ +/* $Id: tty-keys.c,v 1.43 2009-11-08 23:33:17 tcunha Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -350,7 +350,7 @@ tty_keys_next(struct tty *tty) struct tty_key *tk; struct timeval tv; struct mouse_event mouse; - char *buf, *ptr; + char *buf; size_t len, size; cc_t bspace; int key; |