From 11727a9c43f0c4eddcb84428aec30fd7575fe546 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Wed, 9 Jun 2004 01:06:35 +0000 Subject: [PATCH] B_EXACT_KERNEL_ADDRESS is now the same as B_EXACT_ADDRESS; it will be removed once it is no longer referenced. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7873 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/kernel/vm_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/private/kernel/vm_types.h b/headers/private/kernel/vm_types.h index 893fb9a65e..479aa28688 100644 --- a/headers/private/kernel/vm_types.h +++ b/headers/private/kernel/vm_types.h @@ -147,7 +147,7 @@ typedef struct vm_store_ops { enum { // ToDo: these are here only temporarily - it's a private // addition to the BeOS create_area() flags - B_EXACT_KERNEL_ADDRESS = 6 + B_EXACT_KERNEL_ADDRESS = B_EXACT_ADDRESS }; enum {