diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-03-10 22:32:41 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-03-10 22:32:41 +0300 |
commit | 5ce1bbe7d1016464d20c4c7749a752b0ce089663 (patch) | |
tree | 078f9fc4f2ad6ed5df56829843ba61726c0a430d /net-misc/openssh/files/openssh-7.5_p1-s390-seccomp.patch | |
parent | 9421d2f948084be45a7ce74a4cb40a2062b1eb06 (diff) |
openssh-scm
Diffstat (limited to 'net-misc/openssh/files/openssh-7.5_p1-s390-seccomp.patch')
-rw-r--r-- | net-misc/openssh/files/openssh-7.5_p1-s390-seccomp.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/net-misc/openssh/files/openssh-7.5_p1-s390-seccomp.patch b/net-misc/openssh/files/openssh-7.5_p1-s390-seccomp.patch new file mode 100644 index 0000000..d793200 --- /dev/null +++ b/net-misc/openssh/files/openssh-7.5_p1-s390-seccomp.patch @@ -0,0 +1,27 @@ +From 58b8cfa2a062b72139d7229ae8de567f55776f24 Mon Sep 17 00:00:00 2001 +From: Damien Miller <djm@mindrot.org> +Date: Wed, 22 Mar 2017 12:43:02 +1100 +Subject: [PATCH] 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 a8d472a63ccb..2831e9d1083c 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> +-- +2.15.1 + |