[openssh-commits] [openssh] 01/01: Include signal.h for sig_atomic_t, used by kex.h.

git+noreply at mindrot.org git+noreply at mindrot.org
Fri May 22 17:51:27 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 aa72196a00be6e0b666215edcffbc10af234cb0e
Author: Darren Tucker <dtucker at zip.com.au>
Date:   Fri May 22 17:49:46 2015 +1000

    Include signal.h for sig_atomic_t, used by kex.h.
    
    bz#2402, from tomas.kuthan at oracle com.
---
 gss-genr.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gss-genr.c b/gss-genr.c
index 60ac65f..d617d60 100644
--- a/gss-genr.c
+++ b/gss-genr.c
@@ -34,6 +34,7 @@
 #include <limits.h>
 #include <stdarg.h>
 #include <string.h>
+#include <signal.h>
 #include <unistd.h>
 
 #include "xmalloc.h"

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


More information about the openssh-commits mailing list