From: Alan Cox Date: Mon, 22 Jan 2018 00:08:17 +0000 (+0000) Subject: syscall_net: move endif to the right place X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=b0cad06fe9666f2eb1a2eaffc2662afb9f5ffd86;p=FUZIX.git syscall_net: move endif to the right place --- 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