From dcceaee3bcb5d7170df3e42857b69ff3e896392b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Mon, 7 Jun 2004 22:55:00 +0000 Subject: [PATCH] Some changes due to the fsproto.h/fs_interface.h tandem. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7822 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/kernel/file_systems/bfs/Query.cpp | 3 ++- src/add-ons/kernel/file_systems/bfs/bfs.h | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) 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;