mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-02-17 14:26:56 +00:00
Fix syntax error on Linux/X32
Patch from Mike Frysinger
This commit is contained in:
parent
d38f05dbdd
commit
6b853c6f8b
@ -235,7 +235,7 @@ static const struct sock_filter preauth_insns[] = {
|
||||
* x86-64 syscall under some circumstances, e.g.
|
||||
* https://bugs.debian.org/849923
|
||||
*/
|
||||
SC_ALLOW(__NR_clock_gettime & ~__X32_SYSCALL_BIT);
|
||||
SC_ALLOW(__NR_clock_gettime & ~__X32_SYSCALL_BIT),
|
||||
#endif
|
||||
|
||||
/* Default deny */
|
||||
|
Loading…
Reference in New Issue
Block a user