summaryrefslogtreecommitdiff
path: root/emulators/wine/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/wine/patches/patch-ab')
-rw-r--r--emulators/wine/patches/patch-ab21
1 files changed, 0 insertions, 21 deletions
diff --git a/emulators/wine/patches/patch-ab b/emulators/wine/patches/patch-ab
deleted file mode 100644
index 5c41b4dac04..00000000000
--- a/emulators/wine/patches/patch-ab
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-ab,v 1.19 2005/07/26 13:24:36 adam Exp $
-
---- dlls/ntdll/cdrom.c.orig 2005-07-20 10:28:27.000000000 +0000
-+++ dlls/ntdll/cdrom.c
-@@ -64,6 +64,16 @@
- #endif
- #ifdef HAVE_LINUX_CDROM_H
- # include <linux/cdrom.h>
-+#else
-+# ifndef CD_FRAMES
-+# define CD_FRAMES 75
-+# endif
-+# ifndef CDROM_MSF
-+# define CDROM_MSF 0x02
-+# endif
-+# ifndef CD_SECS
-+# define CD_SECS 60
-+# endif
- #endif
- #ifdef HAVE_LINUX_UCDROM_H
- # include <linux/ucdrom.h>