From b0cad06fe9666f2eb1a2eaffc2662afb9f5ffd86 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Mon, 22 Jan 2018 00:08:17 +0000 Subject: [PATCH] syscall_net: move endif to the right place --- Kernel/syscall_net.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Kernel/syscall_net.c b/Kernel/syscall_net.c index d40c5b60..76b13fe1 100644 --- a/Kernel/syscall_net.c +++ b/Kernel/syscall_net.c @@ -684,7 +684,6 @@ arg_t _shutdown(void) #undef fd #undef how -#endif /* FIXME: Move to _discard */ @@ -696,3 +695,5 @@ void sock_init(void) (s++)->s_num = n++; netdev_init(); } + +#endif -- 2.34.1