From: Darren Tucker Date: Wed, 13 Nov 2019 12:27:31 +0000 (+1100) Subject: Remove duplicate __NR_clock_nanosleep X-Git-Tag: V_8_2_P1~324 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=546274a6f89489d2e6be8a8b62f2bb63c87a61fd;p=thirdparty%2Fopenssh-portable.git Remove duplicate __NR_clock_nanosleep --- diff --git a/sandbox-seccomp-filter.c b/sandbox-seccomp-filter.c index 96ab141f7..be2397671 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