From df9445ba481497b80169d6beca46c07d1f08b52c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Mon, 8 Nov 2004 14:17:19 +0000 Subject: [PATCH] Replaced region_id with area_id. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9859 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/core/fs/bootfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kernel/core/fs/bootfs.c b/src/kernel/core/fs/bootfs.c index 4b9644661a..3a9d86d71b 100755 --- a/src/kernel/core/fs/bootfs.c +++ b/src/kernel/core/fs/bootfs.c @@ -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;