[openssh-commits] [openssh] 01/01: Remove duplicate __NR_clock_nanosleep
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Nov 13 23:28:18 AEDT 2019
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 546274a6f89489d2e6be8a8b62f2bb63c87a61fd
Author: Darren Tucker <dtucker at dtucker.net>
Date: Wed Nov 13 23:27:31 2019 +1100
Remove duplicate __NR_clock_nanosleep
---
sandbox-seccomp-filter.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/sandbox-seccomp-filter.c b/sandbox-seccomp-filter.c
index 96ab141f..be239767 100644
--- a/sandbox-seccomp-filter.c
+++ b/sandbox-seccomp-filter.c
@@ -245,9 +245,6 @@ static const struct sock_filter preauth_insns[] = {
#ifdef __NR_clock_nanosleep
SC_ALLOW(__NR_clock_nanosleep),
#endif
-#ifdef __NR_clock_nanosleep
- SC_ALLOW(__NR_clock_nanosleep),
-#endif
#ifdef __NR__newselect
SC_ALLOW(__NR__newselect),
#endif
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list