[openssh-commits] [openssh] 01/01: Missing header on Linux/s390
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Mar 22 12:43:49 AEDT 2017
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch V_7_5
in repository openssh.
commit eb25c7b633917d266c73a73031fd31767ba639dc
Author: Damien Miller <djm at mindrot.org>
Date: Wed Mar 22 12:43:02 2017 +1100
Missing header on Linux/s390
Patch from Jakub Jelen
---
sandbox-seccomp-filter.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/sandbox-seccomp-filter.c b/sandbox-seccomp-filter.c
index a8d472a..2831e9d 100644
--- a/sandbox-seccomp-filter.c
+++ b/sandbox-seccomp-filter.c
@@ -50,6 +50,9 @@
#include <elf.h>
#include <asm/unistd.h>
+#ifdef __s390__
+#include <asm/zcrypt.h>
+#endif
#include <errno.h>
#include <signal.h>
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list