diff options
Diffstat (limited to 'emulators/darcnes/patches/patch-ab')
-rw-r--r-- | emulators/darcnes/patches/patch-ab | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/emulators/darcnes/patches/patch-ab b/emulators/darcnes/patches/patch-ab index 07d70a90923..e053b6f1ae9 100644 --- a/emulators/darcnes/patches/patch-ab +++ b/emulators/darcnes/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.3 2000/02/20 18:15:15 wiz Exp $ +$NetBSD: patch-ab,v 1.4 2000/06/03 10:57:12 wiz Exp $ ---- ./cd_unix.c.orig Mon Feb 14 03:09:03 2000 -+++ ./cd_unix.c Sun Feb 20 15:41:46 2000 -@@ -8,7 +8,7 @@ +--- cd_unix.c.orig Wed Mar 15 04:48:04 2000 ++++ cd_unix.c Thu Jun 1 02:43:02 2000 +@@ -8,6 +8,6 @@ /* #define CD_LINUX */ /* use linux-specific code */ -#define CD_FREEBSD /* use freebsd-specific code */ @@ -11,4 +11,3 @@ $NetBSD: patch-ab,v 1.3 2000/02/20 18:15:15 wiz Exp $ +#define CD_NETBSD /* use netbsd-specific code */ #ifdef CD_LINUX - #define CDROM_DEVICE "/dev/cdrom" |