diff --git a/src/add-ons/kernel/file_systems/bfs/Query.cpp b/src/add-ons/kernel/file_systems/bfs/Query.cpp index e953613611..c206137b19 100644 --- a/src/add-ons/kernel/file_systems/bfs/Query.cpp +++ b/src/add-ons/kernel/file_systems/bfs/Query.cpp @@ -1,6 +1,6 @@ /* Query - query parsing and evaluation ** -** Initial version by Axel Dörfler, axeld@pinc-software.de +** Copyright 2001-2004, Axel Dörfler, axeld@pinc-software.de ** The pattern matching is roughly based on code originally written ** by J. Kercheval, and on code written by Kenneth Almquist, though ** it shares no code. @@ -20,6 +20,7 @@ #include #include +#include #include #include #include diff --git a/src/add-ons/kernel/file_systems/bfs/bfs.h b/src/add-ons/kernel/file_systems/bfs/bfs.h index 2e0cc3a875..e689b8470c 100644 --- a/src/add-ons/kernel/file_systems/bfs/bfs.h +++ b/src/add-ons/kernel/file_systems/bfs/bfs.h @@ -2,10 +2,10 @@ #define BFS_H /* bfs - BFS definitions and helper functions ** -** Initial version by Axel Dörfler, axeld@pinc-software.de +** Copyright 2001-2004, Axel Dörfler, axeld@pinc-software.de ** Parts of this code is based on work previously done by Marcus Overhagen ** -** Copyright 2001 pinc Software. All Rights Reserved. +** Copyright 2001, pinc Software. All Rights Reserved. ** This file may be used under the terms of the OpenBeOS License. */ @@ -19,6 +19,8 @@ # define B_BAD_DATA B_ERROR #endif +// ToDo: temporary fix! (missing but public ioctls) +#define IOCTL_FILE_UNCACHED_IO 10000 struct block_run { int32 allocation_group;