Replaced region_id with area_id.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9859 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-11-08 14:17:19 +00:00
parent a49a5623f1
commit df9445ba48

View File

@ -29,7 +29,7 @@
static char *bootdir = NULL;
static off_t bootdir_len = 0;
static region_id bootdir_region = -1;
static area_id bootdir_region = -1;
struct bootfs_stream {
int type;