]> git.pld-linux.org Git - packages/dosemu.git/commitdiff
- fixed mfs.c with ptsdos
authorjuandon <witekfl@pld-linux.org>
Mon, 4 Nov 2002 16:08:12 +0000 (16:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dosemu-mfs-pts.patch -> 1.1

dosemu-mfs-pts.patch [new file with mode: 0644]

diff --git a/dosemu-mfs-pts.patch b/dosemu-mfs-pts.patch
new file mode 100644 (file)
index 0000000..c008ecb
--- /dev/null
@@ -0,0 +1,11 @@
+--- dosemu-1.1.3/src/dosext/mfs/mfs.c.orig     Mon Nov  4 14:29:50 2002
++++ dosemu-1.1.3/src/dosext/mfs/mfs.c  Mon Nov  4 14:31:14 2002
+@@ -497,7 +497,7 @@
+   }
+   if (!found && check_dpb) {
+-    dd = sft_device_info(sft) & 0x0f1f;
++    dd = sft_device_info(sft) & 0x1f;
+         /* 11/20/95 by RGPP:
+           Some Novell applications seem to trash the sft_device_info
+           in such a way that it looks like an existing DOSEMU re-
This page took 0.118838 seconds and 4 git commands to generate.