--- harddrv.h 2004-02-11 22:28:53.000000000 +0000 +++ harddrv.h.patch 2006-09-06 12:11:22.000000000 +0000 @@ -286,14 +286,11 @@ void panic(const char * message); off_t -#ifndef PARANOID - sparse_image_t:: -#endif - get_physical_offset(); + +get_physical_offset(); + void -#ifndef PARANOID - sparse_image_t:: -#endif + set_virtual_page(uint32 new_virtual_page); void read_header(); ssize_t read_page_fragment(uint32 read_virtual_page, uint32 read_page_offset, size_t read_size, void * buf);