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:
Axel Dörfler
2005-03-21 17:38:22 +00:00
parent 133841a10e
commit 6557584901
4 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -1,13 +1,13 @@
/*
** Copyright 2004, Axel Dörfler, [email protected]. All rights reserved.
** Distributed under the terms of the Haiku License.
*/
* Copyright 2004-2005, Axel Dörfler, [email protected]. All rights reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef BLOCK_MAP_H
#define BLOCK_MAP_H
#include <OS.h>
#include <khash.h>
#include <util/khash.h>
class BlockMap {
+1 -1
View File
@@ -9,7 +9,7 @@
#include <debug.h>
#include <Errors.h>
#include <string.h>
#include <khash.h>
#include <util/khash.h>
#define TRACE_HASH 0
#if TRACE_HASH
+1 -1
View File
@@ -15,7 +15,7 @@
#include <Path.h>
#include <String.h>
#include <devfs.h>
#include <fs/devfs.h>
#ifdef TRACE
#undef TRACE
+1 -1
View File
@@ -1,7 +1,7 @@
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 ] ;
SEARCH_SOURCE += [ FDirName $(OBOS_TOP) src kernel core util ] ;
UsePrivateHeaders kernel ;
UsePrivateHeaders [ FDirName kernel arch $(OBOS_ARCH) ] ;