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
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
/* Query - query parsing and evaluation
|
/* Query - query parsing and evaluation
|
||||||
**
|
**
|
||||||
** Initial version by Axel Dörfler, [email protected]
|
** Copyright 2001-2004, Axel Dörfler, [email protected]
|
||||||
** The pattern matching is roughly based on code originally written
|
** The pattern matching is roughly based on code originally written
|
||||||
** by J. Kercheval, and on code written by Kenneth Almquist, though
|
** by J. Kercheval, and on code written by Kenneth Almquist, though
|
||||||
** it shares no code.
|
** it shares no code.
|
||||||
@@ -20,6 +20,7 @@
|
|||||||
|
|
||||||
#include <util/kernel_cpp.h>
|
#include <util/kernel_cpp.h>
|
||||||
#include <SupportDefs.h>
|
#include <SupportDefs.h>
|
||||||
|
#include <NodeMonitor.h>
|
||||||
#include <TypeConstants.h>
|
#include <TypeConstants.h>
|
||||||
#include <AppDefs.h>
|
#include <AppDefs.h>
|
||||||
#include <fs_query.h>
|
#include <fs_query.h>
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
#define BFS_H
|
#define BFS_H
|
||||||
/* bfs - BFS definitions and helper functions
|
/* bfs - BFS definitions and helper functions
|
||||||
**
|
**
|
||||||
** Initial version by Axel Dörfler, [email protected]
|
** Copyright 2001-2004, Axel Dörfler, [email protected]
|
||||||
** Parts of this code is based on work previously done by Marcus Overhagen
|
** 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.
|
** This file may be used under the terms of the OpenBeOS License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -19,6 +19,8 @@
|
|||||||
# define B_BAD_DATA B_ERROR
|
# define B_BAD_DATA B_ERROR
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// ToDo: temporary fix! (missing but public ioctls)
|
||||||
|
#define IOCTL_FILE_UNCACHED_IO 10000
|
||||||
|
|
||||||
struct block_run {
|
struct block_run {
|
||||||
int32 allocation_group;
|
int32 allocation_group;
|
||||||
|
|||||||
Reference in New Issue
Block a user