From: Alan Cox Date: Wed, 23 Jan 2019 14:15:47 +0000 (+0000) Subject: kdata: correct layout for level 2 and no net X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=0c3898d18225eb1efcdb1eaa93e6d68dd16d8232;p=FUZIX.git kdata: correct layout for level 2 and no net --- diff --git a/Kernel/kdata.c b/Kernel/kdata.c index 786b6f1c..eaa87fcb 100644 --- a/Kernel/kdata.c +++ b/Kernel/kdata.c @@ -129,6 +129,7 @@ const syscall_t syscall_dispatch[FUZIX_SYSCALL_COUNT] = { _nosys, /* FUZIX system call 78 */ _nosys, /* FUZIX system call 79 */ #endif +#ifdef CONFIG_NET _nosys, /* 80-89 reserved */ _nosys, _nosys, @@ -139,7 +140,6 @@ const syscall_t syscall_dispatch[FUZIX_SYSCALL_COUNT] = { _nosys, _nosys, _nosys, -#ifdef CONFIG_NET /* For now require L2 */ _socket, /* FUZIX system call 90 */ _listen, /* FUZIX system call 91 */ _bind, /* FUZIX system call 92 */