diff options
Diffstat (limited to 'emulators/bochs/files/patch-iodev::soundlnx.cc')
-rw-r--r-- | emulators/bochs/files/patch-iodev::soundlnx.cc | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/emulators/bochs/files/patch-iodev::soundlnx.cc b/emulators/bochs/files/patch-iodev::soundlnx.cc deleted file mode 100644 index 9b665724deb4..000000000000 --- a/emulators/bochs/files/patch-iodev::soundlnx.cc +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- iodev/soundlnx.cc 2001/05/30 22:19:00 1.1 -+++ iodev/soundlnx.cc 2001/05/30 22:19:34 -@@ -22,7 +22,7 @@ - - // This file (SOUNDLNX.CC) written and donated by Josef Drexler - --#if defined(linux) -+#if (defined(linux) || defined(__FreeBSD__)) - - #include "bochs.h" - |