kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit b84c88a0e642e3f4594f181eaaabb9757b1e3d1b
parent 58247eec4a7f2b0bb1f55a38e63fc85ced8981aa
Author: Joris Vink <joris@coders.se>
Date:   Thu,  3 Sep 2020 19:08:08 +0200

remove the yet wording.

Diffstat:
src/seccomp.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/seccomp.c b/src/seccomp.c @@ -441,7 +441,7 @@ seccomp_register_violation(pid_t pid) #elif SECCOMP_AUDIT_ARCH == AUDIT_ARCH_AARCH64 sysnr = regs.regs[8]; #else -#error "platform not yet supported" +#error "platform not supported" #endif name = NULL;