[openssh-commits] [openssh] 01/01: Include signal.h to prevent redefintion of _NSIG.

git+noreply at mindrot.org git+noreply at mindrot.org
Sun Jan 26 14:11:35 AEDT 2020


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

dtucker pushed a commit to branch master
in repository openssh.

commit 0373f9eba2b63455dceedbd3ac3d5dca306789ff
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Sun Jan 26 14:09:17 2020 +1100

    Include signal.h to prevent redefintion of _NSIG.
---
 openbsd-compat/bsd-signal.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/openbsd-compat/bsd-signal.h b/openbsd-compat/bsd-signal.h
index dafb4b19..8d8c4441 100644
--- a/openbsd-compat/bsd-signal.h
+++ b/openbsd-compat/bsd-signal.h
@@ -19,6 +19,8 @@
 
 #include "includes.h"
 
+#include <signal.h>
+
 #ifndef _NSIG
 # ifdef NSIG
 #  define _NSIG NSIG

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


More information about the openssh-commits mailing list