ref_count should be vint32, as we're accessing it at least once directly.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19786 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2007-01-13 17:21:47 +00:00
parent dcadebae62
commit dc237c7990
+1 -1
View File
@@ -63,7 +63,7 @@ typedef struct vm_cache_ref {
struct vm_area *areas;
int32 ref_count;
vint32 ref_count;
} vm_cache_ref;
// vm_cache