diff options
Diffstat (limited to 'emulators/bochs/files/patch-iodev::soundlnx.h')
-rw-r--r-- | emulators/bochs/files/patch-iodev::soundlnx.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/emulators/bochs/files/patch-iodev::soundlnx.h b/emulators/bochs/files/patch-iodev::soundlnx.h deleted file mode 100644 index 148e5f6e0d53..000000000000 --- a/emulators/bochs/files/patch-iodev::soundlnx.h +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- iodev/soundlnx.h.orig Tue Apr 10 05:20:00 2001 -+++ iodev/soundlnx.h Thu May 31 01:07:43 2001 -@@ -23,7 +23,7 @@ - // This file (SOUNDLNX.H) written and donated by Josef Drexler - - --#if defined(linux) -+#if (defined(linux) || defined(__FreeBSD__)) - - #include "bochs.h" - |