]> git.pld-linux.org Git - packages/dosemu.git/blob - dosemu-mfs-pts.patch
- removed obsolete fix and gcc33 patches
[packages/dosemu.git] / dosemu-mfs-pts.patch
1 --- dosemu-1.1.3/src/dosext/mfs/mfs.c.orig      Mon Nov  4 14:29:50 2002
2 +++ dosemu-1.1.3/src/dosext/mfs/mfs.c   Mon Nov  4 14:31:14 2002
3 @@ -497,7 +497,7 @@
4    }
5  
6    if (!found && check_dpb) {
7 -    dd = sft_device_info(sft) & 0x0f1f;
8 +    dd = sft_device_info(sft) & 0x1f;
9          /* 11/20/95 by RGPP:
10            Some Novell applications seem to trash the sft_device_info
11            in such a way that it looks like an existing DOSEMU re-
This page took 0.095576 seconds and 3 git commands to generate.