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
This commit is contained in:
Axel Dörfler 2004-06-09 01:06:35 +00:00
parent dd9e837ebd
commit 11727a9c43

View File

@ -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 {