syscall_net: move endif to the right place
authorAlan Cox <alan@linux.intel.com>
Mon, 22 Jan 2018 00:08:17 +0000 (00:08 +0000)
committerAlan Cox <alan@linux.intel.com>
Mon, 22 Jan 2018 00:08:17 +0000 (00:08 +0000)
Kernel/syscall_net.c

index d40c5b6..76b13fe 100644 (file)
@@ -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