diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-11-02 21:41:16 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-11-02 21:41:16 +0000 |
commit | bbdf78cd9770bc7ce1f161df6b4789fda966fcb1 (patch) | |
tree | 78a11295fd963619b7c5eced20dff527be6acc80 | |
parent | 6b4b4c78cfb177314129895103ea3559903bbf00 (diff) | |
download | rtmux-bbdf78cd9770bc7ce1f161df6b4789fda966fcb1.tar.gz rtmux-bbdf78cd9770bc7ce1f161df6b4789fda966fcb1.tar.bz2 rtmux-bbdf78cd9770bc7ce1f161df6b4789fda966fcb1.zip |
Sync OpenBSD patchset 478:
Leftover unused variable :-/.
-rw-r--r-- | client.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: client.c,v 1.83 2009-11-02 21:40:44 tcunha Exp $ */ +/* $Id: client.c,v 1.84 2009-11-02 21:41:16 tcunha Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -46,7 +46,6 @@ struct imsgbuf * client_init(char *path, int cmdflags, int flags) { struct sockaddr_un sa; - struct stat sb; size_t size; int fd, mode; #ifdef HAVE_SETPROCTITLE |