Made some kernel tests build again (that didn't work anymore since I moved
some pieces around). There might be more left, though. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@11939 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Vendored
+4
-4
@@ -1,13 +1,13 @@
|
|||||||
/*
|
/*
|
||||||
** Copyright 2004, Axel Dörfler, [email protected]. All rights reserved.
|
* Copyright 2004-2005, Axel Dörfler, [email protected]. All rights reserved.
|
||||||
** Distributed under the terms of the Haiku License.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
#ifndef BLOCK_MAP_H
|
#ifndef BLOCK_MAP_H
|
||||||
#define BLOCK_MAP_H
|
#define BLOCK_MAP_H
|
||||||
|
|
||||||
|
|
||||||
#include <OS.h>
|
#include <OS.h>
|
||||||
#include <khash.h>
|
#include <util/khash.h>
|
||||||
|
|
||||||
|
|
||||||
class BlockMap {
|
class BlockMap {
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
#include <Errors.h>
|
#include <Errors.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <khash.h>
|
#include <util/khash.h>
|
||||||
|
|
||||||
#define TRACE_HASH 0
|
#define TRACE_HASH 0
|
||||||
#if TRACE_HASH
|
#if TRACE_HASH
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
#include <Path.h>
|
#include <Path.h>
|
||||||
#include <String.h>
|
#include <String.h>
|
||||||
|
|
||||||
#include <devfs.h>
|
#include <fs/devfs.h>
|
||||||
|
|
||||||
#ifdef TRACE
|
#ifdef TRACE
|
||||||
#undef TRACE
|
#undef TRACE
|
||||||
|
|||||||
Vendored
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
SubDir OBOS_TOP src tests kernel core cache ;
|
SubDir OBOS_TOP src tests kernel core cache ;
|
||||||
|
|
||||||
SEARCH_SOURCE += [ FDirName $(OBOS_TOP) src kernel core cache ] ;
|
SEARCH_SOURCE += [ FDirName $(OBOS_TOP) src kernel core cache ] ;
|
||||||
SEARCH_SOURCE += [ FDirName $(OBOS_TOP) src kernel core ] ;
|
SEARCH_SOURCE += [ FDirName $(OBOS_TOP) src kernel core util ] ;
|
||||||
|
|
||||||
UsePrivateHeaders kernel ;
|
UsePrivateHeaders kernel ;
|
||||||
UsePrivateHeaders [ FDirName kernel arch $(OBOS_ARCH) ] ;
|
UsePrivateHeaders [ FDirName kernel arch $(OBOS_ARCH) ] ;
|
||||||
|
|||||||
Reference in New Issue
Block a user