summaryrefslogtreecommitdiffstats
path: root/client.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-11-28 14:50:37 +0000
committerTiago Cunha <tcunha@gmx.com>2009-11-28 14:50:37 +0000
commitc12e0b0708ee1aa16608eff9d0ad3f0628cbac0f (patch)
tree3a99b02a67d6a0f3afcf40cc831ba5c74e0b4ffa /client.c
parentbbd9652d325013911896687236e1700d601fae6b (diff)
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 'client.c')
-rw-r--r--client.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/client.c b/client.c
index 3252ccb9..ef0ebe78 100644
--- a/client.c
+++ b/client.c
@@ -1,4 +1,4 @@
-/* $Id: client.c,v 1.88 2009-11-14 17:49:37 tcunha Exp $ */
+/* $Id: client.c,v 1.89 2009-11-28 14:50:36 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -226,6 +226,7 @@ out:
exit(client_exitval);
}
+/* ARGSUSED */
void
client_signal(int sig, unused short events, unused void *data)
{
@@ -254,6 +255,7 @@ client_signal(int sig, unused short events, unused void *data)
client_update_event();
}
+/* ARGSUSED */
void
client_callback(unused int fd, short events, unused void *data)
{