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:
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
** Copyright 2003-2004, Axel Dörfler, [email protected]. All rights reserved.
|
* Copyright 2003-2004, Axel Dörfler, [email protected].
|
||||||
** Distributed under the terms of the Haiku License.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include "loader.h"
|
#include "loader.h"
|
||||||
@@ -27,10 +27,6 @@
|
|||||||
#define KERNEL_PATH "beos/system/" KERNEL_IMAGE
|
#define KERNEL_PATH "beos/system/" KERNEL_IMAGE
|
||||||
|
|
||||||
|
|
||||||
// temp. VFS API
|
|
||||||
extern Node *get_node_from(int fd);
|
|
||||||
|
|
||||||
|
|
||||||
static const char *sPaths[] = {
|
static const char *sPaths[] = {
|
||||||
"beos/system/add-ons/kernel",
|
"beos/system/add-ons/kernel",
|
||||||
"home/config/add-ons/kernel",
|
"home/config/add-ons/kernel",
|
||||||
|
|||||||
Reference in New Issue
Block a user