get_node_for() has moved into the public VFS API for now.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9960 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2004-11-15 18:05:01 +00:00
parent 5d6160d04e
commit 925f2cab6a
+3 -7
View File
@@ -1,7 +1,7 @@
/*
** Copyright 2003-2004, Axel Dörfler, [email protected]. All rights reserved.
** Distributed under the terms of the Haiku License.
*/
* Copyright 2003-2004, Axel Dörfler, [email protected].
* 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",