diff --git a/src/kernel/boot/loader/loader.cpp b/src/kernel/boot/loader/loader.cpp index 2475f19c0d..e2a626194b 100644 --- a/src/kernel/boot/loader/loader.cpp +++ b/src/kernel/boot/loader/loader.cpp @@ -1,7 +1,7 @@ /* -** Copyright 2003-2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. -** Distributed under the terms of the Haiku License. -*/ + * Copyright 2003-2004, Axel Dörfler, axeld@pinc-software.de. + * Distributed under the terms of the MIT License. + */ #include "loader.h" @@ -27,10 +27,6 @@ #define KERNEL_PATH "beos/system/" KERNEL_IMAGE -// temp. VFS API -extern Node *get_node_from(int fd); - - static const char *sPaths[] = { "beos/system/add-ons/kernel", "home/config/add-ons/kernel",