B_CUR_FS_API_VERSION must be 2 on R5; so you need to build it on Dano if
you want to use it for booting Dano. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1030 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
1f459f1f6a
commit
b8cb2cade8
@ -60,7 +60,11 @@ typedef ino_t vnode_id;
|
|||||||
// B_CUR_FS_API_VERSION is 2 for R5, but 3 on Dano, because of the
|
// B_CUR_FS_API_VERSION is 2 for R5, but 3 on Dano, because of the
|
||||||
// added calls for power management - so it's set to 3 here because
|
// added calls for power management - so it's set to 3 here because
|
||||||
// that's a requirement to let Dano boot from our fs...
|
// that's a requirement to let Dano boot from our fs...
|
||||||
#define B_CUR_FS_API_VERSION 3
|
#ifdef B_BEOS_VERSION_DANO
|
||||||
|
# define B_CUR_FS_API_VERSION 3
|
||||||
|
#else
|
||||||
|
# define B_CUR_FS_API_VERSION 2
|
||||||
|
#endif
|
||||||
|
|
||||||
struct attr_info;
|
struct attr_info;
|
||||||
struct index_info;
|
struct index_info;
|
||||||
|
Loading…
Reference in New Issue
Block a user