https://bugzilla.mindrot.org/show_bug.cgi?id=3085
--- Comment #14 from Darren Tucker <[email protected]> --- Comment on attachment 3382 --> https://bugzilla.mindrot.org/attachment.cgi?id=3382 A patch that fixed my seccomp syscall issue Thanks for the analysis. >+#include <sys/syscall.h> I'm not sure if every distro and/or version has that file. Of the ones I have at hand, Fedora 30 (x86-64) had it at /usr/include/sys/syscall.h, while Debian (arm64) and Ubuntu (x86-64) do not (but did have it some other place that the compiler could find it). http://man7.org/linux/man-pages/man2/syscall.2.html documents it, so maybe we can rely on it... -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
