fix gcc4 build

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19802 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2007-01-14 23:33:52 +00:00
parent 842d81bf28
commit 63ac6cdcf4
-1
View File
@@ -73,7 +73,6 @@ static vm_area *_vm_create_region_struct(vm_address_space *addressSpace, const c
static status_t map_backing_store(vm_address_space *addressSpace, vm_store *store, void **vaddr,
off_t offset, addr_t size, uint32 addressSpec, int wiring, int lock, int mapping, vm_area **_area, const char *area_name);
static status_t vm_soft_fault(addr_t address, bool is_write, bool is_user);
static vm_area *vm_area_lookup(vm_address_space *addressSpace, addr_t address);
static bool vm_put_area(vm_area *area);