diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-11-28 14:50:37 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-11-28 14:50:37 +0000 |
commit | c12e0b0708ee1aa16608eff9d0ad3f0628cbac0f (patch) | |
tree | 3a99b02a67d6a0f3afcf40cc831ba5c74e0b4ffa /cmd-pipe-pane.c | |
parent | bbd9652d325013911896687236e1700d601fae6b (diff) | |
download | rtmux-c12e0b0708ee1aa16608eff9d0ad3f0628cbac0f.tar.gz rtmux-c12e0b0708ee1aa16608eff9d0ad3f0628cbac0f.tar.bz2 rtmux-c12e0b0708ee1aa16608eff9d0ad3f0628cbac0f.zip |
Sync OpenBSD patchset 567:
Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to
the rest to reduce lint output.
Diffstat (limited to 'cmd-pipe-pane.c')
-rw-r--r-- | cmd-pipe-pane.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd-pipe-pane.c b/cmd-pipe-pane.c index 2fde5038..19f3f018 100644 --- a/cmd-pipe-pane.c +++ b/cmd-pipe-pane.c @@ -1,4 +1,4 @@ -/* $Id: cmd-pipe-pane.c,v 1.8 2009-11-14 17:56:39 tcunha Exp $ */ +/* $Id: cmd-pipe-pane.c,v 1.9 2009-11-28 14:50:36 tcunha Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net> @@ -128,6 +128,7 @@ cmd_pipe_pane_exec(struct cmd *self, struct cmd_ctx *ctx) } } +/* ARGSUSED */ void cmd_pipe_pane_error_callback( unused struct bufferevent *bufev, unused short what, void *data) |