[openssh-commits] [openssh] 01/01: Remove redundant include of stdarg.h. bz#2410

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Jun 4 14:12:02 AEST 2015


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit d2480bcac1caf31b03068de877a47d6e1027bf6d
Author: Darren Tucker <dtucker at zip.com.au>
Date:   Thu Jun 4 14:10:55 2015 +1000

    Remove redundant include of stdarg.h.  bz#2410
---
 auth-chall.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/auth-chall.c b/auth-chall.c
index 5c26a40..60c9f14 100644
--- a/auth-chall.c
+++ b/auth-chall.c
@@ -30,8 +30,6 @@
 #include <stdlib.h>
 #include <stdio.h>
 
-#include <stdarg.h>
-
 #include "xmalloc.h"
 #include "key.h"
 #include "hostfile.h"

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list