diff options
Diffstat (limited to 'emulators/vmware3/patches')
-rw-r--r-- | emulators/vmware3/patches/patch-aa | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/emulators/vmware3/patches/patch-aa b/emulators/vmware3/patches/patch-aa new file mode 100644 index 00000000000..598cd9f1e9e --- /dev/null +++ b/emulators/vmware3/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.1 2006/03/26 21:37:12 veego Exp $ + +--- ../vmware-any-any-update99/update.c.orig 2006-02-19 09:51:39.000000000 +0100 ++++ ../vmware-any-any-update99/update.c +@@ -508,8 +508,10 @@ static int trypatch2242(struct file* fd, + "\xEB\x26\xFF\x73\x14\xE8"; + return trypatch(fd, name, (off_t)0x12930, oldcodeNICE, newcodeNICE, sizeof(newcodeNICE) - 1, + (off_t)0x1299A, oldcodeNICE2, newcodeNICE2, sizeof(newcodeNICE2) - 1, ++/* + (off_t)416460, oldcodeALLOCLOWMEM, newcodeALLOCLOWMEM, sizeof(newcodeALLOCLOWMEM) - 1, + (off_t)0x65CE4, oldcodeFREELOWMEM, newcodeFREELOWMEM, sizeof(newcodeFREELOWMEM) - 1, ++*/ + (off_t)0); + } + |