diff options
Diffstat (limited to 'emulators/rewind/patches/patch-ab')
-rw-r--r-- | emulators/rewind/patches/patch-ab | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/emulators/rewind/patches/patch-ab b/emulators/rewind/patches/patch-ab deleted file mode 100644 index 987e93514a4..00000000000 --- a/emulators/rewind/patches/patch-ab +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 2002/04/20 08:10:31 rh Exp $ - ---- dlls/ntdll/cdrom.c.orig Fri Apr 12 06:48:31 2002 -+++ dlls/ntdll/cdrom.c -@@ -31,6 +31,10 @@ - # include <sys/cdio.h> - #endif - -+#ifndef ENOMEDIUM -+#define ENOMEDIUM ENODEV -+#endif -+ - DEFAULT_DEBUG_CHANNEL(cdrom); - - /* FIXME: this is needed because we can't open simultaneously several times /dev/cdrom |