From 5b7e23bb61bbc406adfc5c89c0d02cb4fea9f7a4 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 2 Aug 2018 19:47:32 +0200 Subject: sys/akaros: remove /dev/cons Presumably it causes corrupted console output. --- executor/syscalls.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'executor/syscalls.h') diff --git a/executor/syscalls.h b/executor/syscalls.h index 9fb55019f..d027f88ed 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -47,8 +47,6 @@ const call_t syscalls[] = { {"openat$dev_caphash", 102}, {"openat$dev_capuse", 102}, {"openat$dev_config", 102}, - {"openat$dev_cons", 102}, - {"openat$dev_consctl", 102}, {"openat$dev_cputime", 102}, {"openat$dev_drivers", 102}, {"openat$dev_empty", 102}, -- cgit mrf-deployment