summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-26 14:05:20 +1100
committerDamien Miller <djm@mindrot.org>2006-03-26 14:05:20 +1100
commit91d4b12fcb045d93034b2609aaf56a4b41e6eb4f (patch)
treeee1d4f180ffb05e0623e8539073eb0c6b5badcc9 /sshd.c
parent1b81a49f8669b4fd33100ec349570fc5390d88d4 (diff)
downloadopenssh-git-91d4b12fcb045d93034b2609aaf56a4b41e6eb4f.tar.gz
- deraadt@cvs.openbsd.org 2006/03/20 18:17:20
[auth1.c auth2.c sshd.c] sprinkle some ARGSUSED for table driven functions (which sometimes must ignore their args)
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sshd.c b/sshd.c
index cfd38906..bb830161 100644
--- a/sshd.c
+++ b/sshd.c
@@ -273,7 +273,6 @@ sighup_handler(int sig)
* Called from the main program after receiving SIGHUP.
* Restarts the server.
*/
-/*ARGSUSED*/
static void
sighup_restart(void)
{