diff options
Diffstat (limited to 'emulators/vmware3/files/hostif_c.patch')
-rw-r--r-- | emulators/vmware3/files/hostif_c.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/emulators/vmware3/files/hostif_c.patch b/emulators/vmware3/files/hostif_c.patch deleted file mode 100644 index 58499ba714d3..000000000000 --- a/emulators/vmware3/files/hostif_c.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- vmmon-only/freebsd/hostif.c.patched Tue Apr 8 15:15:20 2003 -+++ vmmon-only/freebsd/hostif.c Tue Apr 8 15:16:21 2003 -@@ -183,7 +183,7 @@ - { - #define DEB(x) - caddr_t addr = (caddr_t)VPN_2_VA(ppn); -- pt_entry_t *pteptr = vtopte(addr); -+ pt_entry_t *pteptr = vtopte((vm_offset_t)addr); - PTE pte; - - DEB(printf("FindMPN: for page %d address %p(phys %p) pteptr %p", ppn, addr, (caddr_t)vtophys(addr), pteptr)); |